aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/mncc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/mncc.h')
-rw-r--r--include/openbsc/mncc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openbsc/mncc.h b/include/openbsc/mncc.h
index 49f0c8b83..881e0418e 100644
--- a/include/openbsc/mncc.h
+++ b/include/openbsc/mncc.h
@@ -155,9 +155,6 @@ struct gsm_mncc {
int notify; /* 0..127 */
int emergency;
char imsi[16];
-
- unsigned char lchan_type;
- unsigned char lchan_mode;
};
struct gsm_data_frame {
@@ -179,7 +176,6 @@ struct gsm_mncc_hello {
uint32_t called_offset;
uint32_t signal_offset;
uint32_t emergency_offset;
- uint32_t lchan_type_offset;
};
struct gsm_mncc_rtp {