aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-23 20:46:48 +0200
committerHarald Welte <laforge@gnumonks.org>2012-06-23 20:46:48 +0200
commit4498a0ac85fcf50212717a7310465dc7ad575917 (patch)
tree87a819a1935725e3bb0c8544a3aba65ce074767e /include/osmocom
parent0b2a316adbba10c91a6e0a6c9f9133bd2221be7e (diff)
gsm_44_318.h: fix syntax errors in GAN definitions
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/protocol/gsm_44_318.h4
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 31c0ea7c..812215d6 100644
--- a/include/osmocom/gsm/protocol/gsm_44_318.h
+++ b/include/osmocom/gsm/protocol/gsm_44_318.h
@@ -96,7 +96,7 @@ enum gan_iei {
GA_IE_SUSP_CAUSE = 36,
GA_IE_TU3820_TIMER = 37,
GA_IE_REQD_QOS = 38,
- GA_IE_P_DEACT_CAUSE = 39
+ GA_IE_P_DEACT_CAUSE = 39,
GA_IE_REQD_UL_RATE = 40,
GA_IE_RAC = 41,
GA_IE_AP_LOCATION = 42,
@@ -134,7 +134,7 @@ enum gan_iei {
GA_IE_DEF_GANC_IP = 97,
GA_IE_DEF_GANC_FQDN = 98,
GA_IE_GPRS_IP_ADDR = 99,
- GA_IE_GPRS_UDP_PORT = 100
+ GA_IE_GPRS_UDP_PORT = 100,
GA_IE_GANC_TCP_PORT = 103,
GA_IE_RTP_UDP_PORT = 104,
GA_IE_RTCP_UDP_PORT = 105,