Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_indication.cpp377 S_H223SkewIndication skewIndication; in Tsc_IdcSkew() local
378 oscl_memset(&skewIndication, 0, sizeof(S_H223SkewIndication)); in Tsc_IdcSkew()
379 skewIndication.logicalChannelNumber1 = (uint16)lcn1; in Tsc_IdcSkew()
380 skewIndication.logicalChannelNumber2 = (uint16)lcn2; in Tsc_IdcSkew()
381 skewIndication.skew = skew; in Tsc_IdcSkew()
384 (uint8*)&skewIndication, sizeof(S_H223SkewIndication)); in Tsc_IdcSkew()