| 967 | } |
| 968 | |
| 969 | void 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 | |
| 977 | void L3GmmMsgServiceReject::gmmWriteBody(ByteVector &msg) |
| 978 | { |
nothing calls this directly
no test coverage detected