Searched refs:tcapType (Results 1 – 3 of 3) sorted by relevance
/dports/net/yate/yate-6.4.0-1/libs/ysig/ |
H A D | tcap.cpp | 1019 if (tcapType() == ANSITCAP) in handleError() 1021 else if (tcapType() == ITUTCAP) in handleError() 1168 SS7TCAPError::SS7TCAPError(SS7TCAP::TCAPType tcapType) in SS7TCAPError() argument 1169 : m_tcapType(tcapType), m_error(SS7TCAPError::NoError) in SS7TCAPError() 1173 SS7TCAPError::SS7TCAPError(SS7TCAP::TCAPType tcapType, ErrorType error) in SS7TCAPError() argument 1174 : m_tcapType(tcapType), m_error(error) in SS7TCAPError() 1199 int SS7TCAPError::errorFromCode(SS7TCAP::TCAPType tcapType, u_int16_t code) in errorFromCode() argument 1201 const TCAPError* errDef = (tcapType == SS7TCAP::ANSITCAP ? s_ansiErrorDefs : s_ituErrorDefs); in errorFromCode() 1209 u_int16_t SS7TCAPError::codeFromError(SS7TCAP::TCAPType tcapType, int err) in codeFromError() argument 1713 SS7TCAPComponent* comp = new SS7TCAPComponent(tcapType,tr,params,index); in componentFromNamedList() [all …]
|
H A D | yatesig.h | 10933 inline TCAPType tcapType() in tcapType() function 11240 SS7TCAPError(SS7TCAP::TCAPType tcapType); 11247 SS7TCAPError(SS7TCAP::TCAPType tcapType, ErrorType error); 11286 static int errorFromCode(SS7TCAP::TCAPType tcapType, u_int16_t code); 11294 static u_int16_t codeFromError(SS7TCAP::TCAPType tcapType, int err);
|
/dports/net/yate/yate-6.4.0-1/modules/sig/ |
H A D | camel_map.cpp | 9028 SS7TCAPError error((tcap() ? tcap()->tcapType() : SS7TCAP::ITUTCAP)); in applicationRequest()
|