| 591 | } |
| 592 | |
| 593 | SipRegisterTU::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 | |
| 602 | void startRegister(const FullMobileId &msid, const string rand, const string sres, L3LogicalChannel *chan) // msid is imsi and/or tmsi |
| 603 | { |
nothing calls this directly
no test coverage detected