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

Method parseV

GSM/GSML3CommonElements.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void L3LocationAreaIdentity::parseV( const L3Frame& src, size_t &rp )
64{
65 mMCC[1] = src.readField(rp, 4);
66 mMCC[0] = src.readField(rp, 4);
67 mMNC[2] = src.readField(rp, 4);
68 mMCC[2] = src.readField(rp, 4);
69 mMNC[1] = src.readField(rp, 4);
70 mMNC[0] = src.readField(rp, 4);
71 mLAC = src.readField(rp, 16);
72}
73
74
75bool L3LocationAreaIdentity::operator==(const L3LocationAreaIdentity& other) const

Callers

nothing calls this directly

Calls 1

readFieldMethod · 0.80

Tested by

no test coverage detected