From 548e3712009f68f801be806884d848b47c30dced Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 10 Jul 2017 22:32:08 +0200 Subject: gsm_04_08.h: Add struct for 9.1.13b GPRS suspension request Change-Id: I90113044460a6c511ced14f588876c4280d1cac7 --- include/osmocom/gsm/protocol/gsm_04_08.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index 643f0464..01ab5998 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -529,6 +529,14 @@ struct gsm48_frq_redef { uint8_t mob_alloc[0]; } __attribute__((packed)); +/* Chapter 9.1.13b GPRS suspension request */ +struct gsm48_gprs_susp_req { + uint32_t tlli; + uint8_t ra_id[6]; + uint8_t cause; + uint8_t options[0]; +} __attribute__ ((packed)); + /* Chapter 10.5.2.2 */ struct gsm48_cell_desc { uint8_t bcc:3, -- cgit v1.2.3