Searched refs:s_tcapProblemCode (Results 1 – 2 of 2) sorted by relevance
/dports/net/yate/yate-6.4.0-1/libs/ysig/ |
H A D | tcap.cpp | 160 static const String s_tcapProblemCode = "problemCode"; variable 1305 params.setParam(param + s_tcapProblemCode,String(error.error())); in buildComponentError() 1342 …params.setParam(paramRoot + s_tcapProblemCode,String(SS7TCAPError::Invoke_UnrecognizedCorrelationI… in handleComponents() 1347 …params.setParam(paramRoot + s_tcapProblemCode,String(SS7TCAPError::Invoke_UnexpectedLinkedOperatio… in handleComponents() 1626 m_error.setError((SS7TCAPError::ErrorType)params.getIntValue(paramRoot + s_tcapProblemCode)); in SS7TCAPComponent() 1654 …params.setParam(paramRoot + "." + s_tcapProblemCode,String(SS7TCAPError::Result_UnexpectedReturnRe… in update() 1665 …params.setParam(paramRoot + "." + s_tcapProblemCode,String(SS7TCAPError::Result_UnexpectedReturnRe… in update() 1679 …params.setParam(paramRoot + "." + s_tcapProblemCode,String(SS7TCAPError::Error_UnexpectedReturnErr… in update() 1748 fillIn.setParam(paramRoot + s_tcapProblemCode,String(m_error.error())); in fill() 2828 value = params.getParam(compParam + "." + s_tcapProblemCode); in encodeComponents() [all …]
|
/dports/net/yate/yate-6.4.0-1/modules/sig/ |
H A D | camel_map.cpp | 471 static const String s_tcapProblemCode = "problemCode"; variable 7613 compParams.setParam(root + "." + s_tcapProblemCode, in addComponentsToXml() 7614 lookup(params.getIntValue(root + "." + s_tcapProblemCode),SS7TCAPError::s_errorTypes)); in addComponentsToXml() 7916 else if (ns->name() == s_tcapProblemCode) in handleComponent() 7917 …tcapParams.setParam(prefix + "." + s_tcapProblemCode,String(lookup(*ns,SS7TCAPError::s_errorTypes)… in handleComponent()
|