| 164 | } |
| 165 | |
| 166 | void L3LocationUpdatingAccept::writeBody( L3Frame &dest, size_t &wp ) const |
| 167 | { |
| 168 | mLAI.writeV(dest, wp); |
| 169 | if (mHaveMobileIdentity) mMobileIdentity.writeTLV(0x17,dest,wp); |
| 170 | if (mFollowOnProceed) dest.writeField(wp,0xa1,8); // IEI is A1 |
| 171 | } |
| 172 | |
| 173 | void L3LocationUpdatingAccept::text(ostream& os) const |
| 174 | { |
nothing calls this directly
no test coverage detected