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

Method sendAuthFailMessage

SIP/SIPTransaction.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void SipTransaction::sendAuthFailMessage(int code, string rand, string gsmRejectCode)
103{
104 DialogChallengeMessage *dmsg = new DialogChallengeMessage(mstTranId, DialogState::dialogFail,code);
105 dmsg->dmRand = rand;
106 dmsg->dmRejectCause = atoi(gsmRejectCode.c_str());
107 NewTransactionTable_ttAddMessage(mstTranId,dmsg);
108}
109
110void SipTransaction::sendAuthOKMessage(SipMessage *sipmsg)
111{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected