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

Method sendSimpleMessage

SIP/SIPTransaction.cpp:96–100  ·  view source on GitHub ↗

Send a simple message that does not change the dialog state.

Source from the content-addressed store, hash-verified

94
95// Send a simple message that does not change the dialog state.
96void SipTransaction::sendSimpleMessage(DialogState::msgState wInfo, int code)
97{
98 DialogMessage *dmsg = new DialogMessage(mstTranId,wInfo,code);
99 NewTransactionTable_ttAddMessage(mstTranId,dmsg);
100}
101
102void SipTransaction::sendAuthFailMessage(int code, string rand, string gsmRejectCode)
103{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected