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

Method writeBody

GSM/GSML3RRMessages.h:1042–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040 size_t restOctetsLength() const { return mRestOctets.lengthV(); }
1041
1042 void writeBody(L3Frame &dest, size_t &wp) const
1043 {
1044 size_t wpstart = wp;
1045 mRestOctets.writeV(dest,wp);
1046 assert(wp-wpstart == fullBodyLength() * 8);
1047 }
1048
1049 void text(std::ostream& os) const
1050 { L3RRMessage::text(os); os << mRestOctets; }

Callers

nothing calls this directly

Calls 1

writeVMethod · 0.45

Tested by

no test coverage detected