aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/gsm_04_08.h')
-rw-r--r--include/openbsc/gsm_04_08.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 728d39a83..d9f6ec34b 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -113,16 +113,6 @@ struct gsm48_control_channel_descr {
u_int8_t t3212;
} __attribute__ ((packed));
-/* Section 9.1.25 PAGING RESPONSE */
-struct gsm48_paging_response {
- u_int8_t spare:4,
- cipher_keyt_seq:4;
- /* length + 3 bytes */
- u_int32_t classmark2;
- u_int8_t mi_len;
- u_int8_t mi[0];
-} __attribute__ ((packed));
-
/* Section 9.2.9 CM service request */
struct gsm48_service_request {
u_int8_t cm_service_type : 4,