Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ nextInviteCSeqNum
Method
nextInviteCSeqNum
SIP/SIP2Interface.h:177–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
unsigned nextMessageCSeqNum() { return ++mMessageCSeqNum; }
176
unsigned nextInfoCSeqNum() { return ++mInfoCSeqNum; }
177
unsigned nextInviteCSeqNum() { return ++mInviteCSeqNum; }
178
};
179
180
Callers
1
DialogStateVars
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected