diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-06-29 21:14:52 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-06-29 21:14:52 +0200 |
commit | 327009e4206dc5c50bcad21658872f547d3b6f25 (patch) | |
tree | 3f7f6c2360beea67ff14647128cc6e8ae10f69a0 /include/osmocom/gsm/protocol | |
parent | 57799ed87f9473f6cee48fd48d26809aff2bc7ec (diff) |
GAN/UMA: use correct IE Identifier foer T3920
As Dieter found out, there has been a mix-up of 3902 with 3920 :/
Diffstat (limited to 'include/osmocom/gsm/protocol')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_44_318.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_44_318.h b/include/osmocom/gsm/protocol/gsm_44_318.h index 2a610c8b..cd5ec05a 100644 --- a/include/osmocom/gsm/protocol/gsm_44_318.h +++ b/include/osmocom/gsm/protocol/gsm_44_318.h @@ -92,7 +92,7 @@ enum gan_iei { GA_IE_REG_REJ_CAUSE = 21, GA_IE_TU3906_TIMER = 22, GA_IE_TU3910_TIMER = 23, - GA_IE_TU3920_TIMER = 24, + GA_IE_TU3902_TIMER = 24, GA_IE_L3_MSG = 26, GA_IE_CHAN_MODE = 27, GA_IE_MS_CLASSMARK2 = 28, @@ -104,7 +104,7 @@ enum gan_iei { GA_IE_TLLI = 34, GA_IE_PFI = 35, GA_IE_SUSP_CAUSE = 36, - GA_IE_TU3820_TIMER = 37, + GA_IE_TU3920_TIMER = 37, GA_IE_REQD_QOS = 38, GA_IE_P_DEACT_CAUSE = 39, GA_IE_REQD_UL_RATE = 40, |