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

Method SipRegisterTU

SIP/SIPTransaction.cpp:593–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593SipRegisterTU::SipRegisterTU(SipDialog *registrar, SipMessage *request)
594{
595 // Kinda dumb to fish out the branch from the request, but its ok.
596 //SipDialog *registrar = getRegistrar();
597 //SipMessage *request = registrar->makeRegisterMsg(SIPDTRegister,chan,rand,msid,sres.c_str());
598 // It is in the dummy dialog established for the registrar.
599 sctInitRegisterClientTransaction(registrar, request, request->smGetBranch());
600}
601
602void startRegister(const FullMobileId &msid, const string rand, const string sres, L3LogicalChannel *chan) // msid is imsi and/or tmsi
603{

Callers

nothing calls this directly

Calls 1

smGetBranchMethod · 0.80

Tested by

no test coverage detected