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

Method smGetCode

SIP/SIPMessage.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 const char *smGetReason() const { return msmReason.c_str(); }
102 string smGetRand401();
103 int smGetCode() const { return msmCode; }
104 int smGetCodeClass() const { return (msmCode / 100) * 100; }
105
106 // Other accessors.

Callers 10

getLastResponseCodeMethod · 0.80
handleSMSResponseMethod · 0.80
MOWriteHighSideMethod · 0.80
MTWriteHighSideMethod · 0.80
newDriveIncomingMethod · 0.80
newSendEarlyErrorMethod · 0.80
newCheckInviteMethod · 0.80
TLWriteHighSideVMethod · 0.80
dialogChangeStateMethod · 0.80
dialogWriteDownlinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected