SIP: minor fixes
[lcr.git] / mncc.h
diff --git a/mncc.h b/mncc.h
index e5f8216..4028b67 100644 (file)
--- a/mncc.h
+++ b/mncc.h
 #define MNCC_FRAME_RECV                0x0201
 #define MNCC_FRAME_DROP                0x0202
 #define MNCC_LCHAN_MODIFY      0x0203
+#define MNCC_RTP_CREATE                0x0204
+#define MNCC_RTP_CONNECT       0x0205
+#define MNCC_RTP_FREE          0x0206
 
 #define GSM_TCHF_FRAME         0x0300
 #define GSM_TCHF_FRAME_EFR     0x0301
+#define GSM_TCHF_BAD_FRAME     0x03ff
 
 #define GSM_MAX_FACILITY       128
 #define GSM_MAX_SSVERSION      128
@@ -185,3 +189,11 @@ struct gsm_data_frame {
        unsigned char   data[0];
 };
 
+struct gsm_mncc_rtp {
+       uint32_t        msg_type;
+       uint32_t        callref;
+       uint32_t        ip;
+       uint16_t        port;
+};
+
+