Home
last modified time | relevance | path

Searched refs:m_aspId (Results 1 – 2 of 2) sorted by relevance

/dports/net/yate/yate-6.4.0-1/libs/ysig/
H A Dsigtran.cpp668 m_aspId(-1), m_traffic(TrafficOverride), m_state(AspDown) in SIGAdaptClient()
678 m_aspId = params->getIntValue(YSTRING("aspid"),m_aspId); in SIGAdaptClient()
742 if (m_aspId != -1) in notifyLayer()
743 addTag(data,0x0011,m_aspId); in notifyLayer()
766 if (m_aspId != -1) in activate()
767 addTag(data,0x0011,m_aspId); in activate()
845 Debug(this,DebugWarn,"SG Reported invalid ASP id=%d",m_aspId); in processMgmtMSG()
860 if (m_aspId != -1) { in processMgmtMSG()
864 our = ((int32_t)aspid == m_aspId) ? "Our " : "Other "; in processMgmtMSG()
H A Dyatesig.h5002 int32_t m_aspId; variable