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

Method gmmWriteBody

SGSNGGSN/GPRSL3Messages.cpp:969–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967}
968
969void L3GmmMsgServiceAccept::gmmWriteBody(ByteVector &msg)
970{
971 msg.appendByte(0x32);
972 msg.appendByte(0x02);
973 msg.appendByte(mPdpContextStatus.mStatus[0]);
974 msg.appendByte(mPdpContextStatus.mStatus[1]);
975}
976
977void L3GmmMsgServiceReject::gmmWriteBody(ByteVector &msg)
978{

Callers

nothing calls this directly

Calls 8

appendByteMethod · 0.80
raLoadMethod · 0.80
appendLVMethod · 0.80
setSecondsMethod · 0.80
appendFieldMethod · 0.45
appendElementMethod · 0.45
setTmsiMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected