Home
last modified time | relevance | path

Searched refs:H223_MAX_MUX_PDU_SIZE_LEVEL2 (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_ce.cpp298 … size = size > H223_MAX_MUX_PDU_SIZE_LEVEL2 ? H223_MAX_MUX_PDU_SIZE_LEVEL2 : size; in ExtractTcsParameters()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh223types.h49 #define H223_MAX_MUX_PDU_SIZE_LEVEL2 255 macro
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp428 iPduEndPos = &iPdu[H223_MAX_MUX_PDU_SIZE_LEVEL2-1]; in Level2PduParcom()
Dlowerlayer.cpp254 max_pdu_size = H223_MAX_MUX_PDU_SIZE_LEVEL2; in SetMaxOutgoingPduSize()