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

Method smGetRand401

SIP/SIPMessage.cpp:422–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422string SipMessage::smGetRand401()
423{
424 SipParamList params;
425 string authenticate = this->msmHeaders.paramFind("www-authenticate");
426 if (authenticate.size() == 0) return "";
427 parseAuthenticate(authenticate, params);
428 return params.paramFind("nonce");
429}
430
431
432

Callers 1

TUWriteHighSideVMethod · 0.80

Calls 3

parseAuthenticateFunction · 0.85
paramFindMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected