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

Method smGetInviteImsi

SIP/SIPMessage.cpp:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 //return username;
414}
415string SipMessage::smGetInviteImsi()
416{
417 // Get request username (IMSI) from assuming this is the invite message.
418 string username = smUriUsername();
419 return string(extractIMSI(username.c_str()));
420}
421
422string SipMessage::smGetRand401()
423{

Callers 2

handleInviteMethod · 0.80
createMTTransactionMethod · 0.80

Calls 1

extractIMSIFunction · 0.85

Tested by

no test coverage detected