MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / sgsnWriteHighSide

Method sgsnWriteHighSide

SGSNGGSN/Sgsn.cpp:413–421  ·  view source on GitHub ↗

Incoming packets on a PdpContext come here.

Source from the content-addressed store, hash-verified

411
412// Incoming packets on a PdpContext come here.
413void 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

Callers 1

pdpWriteHighSideMethod · 0.80

Calls 1

llcWriteHighSideMethod · 0.80

Tested by

no test coverage detected