diff options
author | Bhaskar <niceguy108@gmail.com> | 2013-05-16 17:11:51 +0530 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-05-23 07:57:27 +0200 |
commit | e6b45d81648feb89bbada6d141400d61037a7e31 (patch) | |
tree | b3f8cb50f7c238b27419c869c7faf6fbb2372efe | |
parent | 31e844bfe2756e36dd50f8bed9fa8b087ee6a1d9 (diff) |
gsm_04_08.h: GSM48_MT_RR_VGCS_UPL_GRANT value corrected
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index e5d129ed..bb8a87ed 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -812,7 +812,7 @@ struct gsm48_rr_status { #define GSM48_MT_RR_EXT_MEAS_REP_ORD 0x37 #define GSM48_MT_RR_GPRS_SUSP_REQ 0x34 -#define GSM48_MT_RR_VGCS_UPL_GRANT 0x08 +#define GSM48_MT_RR_VGCS_UPL_GRANT 0x09 #define GSM48_MT_RR_UPLINK_RELEASE 0x0e #define GSM48_MT_RR_UPLINK_FREE 0x0c #define GSM48_MT_RR_UPLINK_BUSY 0x2a |