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

Method ssMapIdToServiceCodeDigits

Control/L3SupServ.cpp:304–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303 public:
304 string ssMapIdToServiceCodeDigits(unsigned mapId)
305 {
306 if (ssCodes.size() == 0) ssCodesInit();
307 map<unsigned,string>::const_iterator foo = ssCodes.find(mapId);
308 if (foo != ssCodes.end()) { return foo->second; }
309 return format("unknownMapId(0x%x)",mapId);
310 }
311} supServCodes; // The one and only instance of this class.
312
313class SSMapCommand

Callers 1

ssGetUssdMethod · 0.80

Calls 3

findMethod · 0.80
sizeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected