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

Method gWrite

SGSNGGSN/GPRSL3Messages.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void L3GmmDlMsg::gWrite(ByteVector &msg)
69{
70 // Note: nibbles are reversed.
71 msg.appendField(0,4); // Skip indicator.
72 msg.appendField(GSM::L3GPRSMobilityManagementPD,4); // protocol discriminator.
73 msg.appendByte(MTI());
74 gmmWriteBody(msg);
75}
76
77void L3GmmUlMsg::gmmParse(L3GmmFrame &frame)
78{

Callers 1

sgsnWriteHighSideMsgMethod · 0.80

Calls 2

appendByteMethod · 0.80
appendFieldMethod · 0.45

Tested by

no test coverage detected