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

Function ssMap2Ussd

Control/L3SupServ.cpp:546–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544#endif
545
546string ssMap2Ussd(const unsigned char *mapcmd,unsigned maplen)
547{
548 SSMapCommand cmd(mapcmd,maplen);
549 LOG(DEBUG) << cmd.text();
550 return cmd.ssGetUssd();
551}
552
553// SS can be in-call or stand-alone via CMServiceRequest. This is the latter.
554class MOSSDMachine : public SSDBase {

Callers 1

textMethod · 0.85

Calls 2

ssGetUssdMethod · 0.80
textMethod · 0.45

Tested by

no test coverage detected