Added structure for GsmL1_PhConnectInd_t primitive.
diff --git a/gsmL1prim.h b/gsmL1prim.h
index 4da27a6..b348a1a 100644
--- a/gsmL1prim.h
+++ b/gsmL1prim.h
@@ -352,6 +352,9 @@
 } 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 {