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

Method L3APDUID

GSM/GSML3RRElements.h:757–760  ·  view source on GitHub ↗

Default Protocol Identifier is RRLP=0, the only one defined so far (rest are reserved). */

Source from the content-addressed store, hash-verified

755
756 /** Default Protocol Identifier is RRLP=0, the only one defined so far (rest are reserved). */
757 L3APDUID(unsigned protocolIdentifier=0)
758 :L3ProtocolElement(),
759 mProtocolIdentifier(protocolIdentifier)
760 {}
761
762 size_t lengthV() const { return 1; }
763 void writeV(L3Frame& dest, size_t &wp) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected