aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-22 21:26:29 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-22 21:26:29 +0000
commit61548987531f07a64155fe3b3de74e7f9f879781 (patch)
treed3648ed48139c861a351cc3e7bd8ae65612ab85d /include/openbsc/gsm_04_08.h
parent2a1393758daa4904c9817da987424cca465aafb2 (diff)
fix paging response parsing for phase1 phones (classmar2 can be less than 4 bytes in length)
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,