aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/protocol/gsm_04_08.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-06-12 13:46:52 +0200
committerlaforge <laforge@osmocom.org>2023-06-21 11:04:22 +0000
commit29a9fc010ce09f373c0aba34bd39315184cdfa4e (patch)
tree305c9595420008cb3658005d6ab4dd4a230a7344 /include/osmocom/gsm/protocol/gsm_04_08.h
parent63e45e6c6ae8b223994e0fa7b080d08e33d0effa (diff)
Add VGCS UPLINK GRANT message structure to gsm_04_08.h
Diffstat (limited to 'include/osmocom/gsm/protocol/gsm_04_08.h')
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index a4e05d64..c70e2e66 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1202,6 +1202,13 @@ struct gsm48_system_information_type_10 {
#endif
} __attribute__ ((packed));
+/* TS 44.018 Section 9.1.49 */
+struct gsm0408_vgcs_ul_grant {
+ struct gsm48_hdr hdr;
+ struct gsm48_req_ref req_ref;
+ uint8_t ta;
+} __attribute__ ((packed));
+
/* Section 9.1.43a System Information type 13 */
struct gsm48_system_information_type_13 {
struct gsm48_system_information_type_header header;