diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-07-10 22:32:08 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-07-10 23:42:02 +0200 |
commit | 548e3712009f68f801be806884d848b47c30dced (patch) | |
tree | 514ff382bbc380c77bb1e7e64e26a9e6c5af381a | |
parent | ed0eda236c525377e3c25d04456cbeafcab21c2d (diff) |
gsm_04_08.h: Add struct for 9.1.13b GPRS suspension request
Change-Id: I90113044460a6c511ced14f588876c4280d1cac7
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08.h | 8 |
1 files changed, 8 insertions, 0 deletions
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, |