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

Method text

Control/L3SupServ.cpp:347–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 unsigned ssLinkID;
346
347 string text()
348 {
349 string result = format("ComponentType=0x%x invokeID=0x%x linkID=0x%x opCode=0x%x ok=%d",
350 ssComponentType,ssInvokeID,ssLinkID,ssOpCode,(int)ssParseSuccess);
351 for (vector<string>::iterator it = ssParams.begin(); it != ssParams.end(); it++) {
352 result += " <" + data2hex(it->data(),it->size()) + ">";
353 }
354 return result;
355 }
356
357 private:
358 string getParam(unsigned paramNum,const char *opname)

Callers 1

ssMap2UssdFunction · 0.45

Calls 4

data2hexFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected