Added structure for GsmL1_PhConnectInd_t primitive.

This commit is contained in:
Ivan Kluchnikov 2012-04-17 20:36:44 +04:00
parent 192e9c1b67
commit 27482ba371
1 changed files with 3 additions and 0 deletions

View File

@ -352,6 +352,9 @@ struct GsmL1_MsgUnitParam_t msgUnitParam;
} GsmL1_PhDataReq_t;
typedef struct GsmL1_PhConnectInd_t {
uint8_t u8Tn;
uint8_t u8Tsc;
uint16_t u16Arfcn;
} GsmL1_PhConnectInd_t;
typedef struct GsmL1_PhReadyToSendInd_t {