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

Method writeV

GSM/GSML3CommonElements.cpp:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52void L3LocationAreaIdentity::writeV(L3Frame& dest, size_t &wp) const
53{
54 dest.writeField(wp,mMCC[1],4);
55 dest.writeField(wp,mMCC[0],4);
56 dest.writeField(wp,mMNC[2],4);
57 dest.writeField(wp,mMCC[2],4);
58 dest.writeField(wp,mMNC[1],4);
59 dest.writeField(wp,mMNC[0],4);
60 dest.writeField(wp,mLAC,16);
61}
62
63void L3LocationAreaIdentity::parseV( const L3Frame& src, size_t &rp )
64{

Callers

nothing calls this directly

Calls 1

writeFieldMethod · 0.45

Tested by

no test coverage detected