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

Method writeBody

GSM/GSML3SSMessages.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void L3SupServFacilityMessage::writeBody( L3Frame &dest, size_t &wp ) const
146{
147 mFacility.writeLV(dest,wp);
148}
149
150void L3SupServFacilityMessage::parseBody( const L3Frame &src, size_t &rp )
151{

Callers

nothing calls this directly

Calls 2

writeLVMethod · 0.80
writeTLVMethod · 0.80

Tested by

no test coverage detected