Incoming packets on a PdpContext come here.
| 411 | |
| 412 | // Incoming packets on a PdpContext come here. |
| 413 | void SgsnInfo::sgsnWriteHighSide(ByteVector &sdu,int nsapi) |
| 414 | { |
| 415 | #if RN_UMTS |
| 416 | // The PDCP is a complete no-op. |
| 417 | sgsnSend2MsHighSide(sdu,"userdata",nsapi); |
| 418 | #else |
| 419 | mLlcEngine->llcWriteHighSide(sdu,nsapi); |
| 420 | #endif |
| 421 | } |
| 422 | |
| 423 | // TLLI 03.03 2.6, Specified in binary: |
| 424 | // starts with 11 - local tlli |
no test coverage detected