aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-19 18:49:15 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-19 18:49:15 +0200
commitae05d247af4d9326e7a0dd5e52121a8dab495bcb (patch)
tree5d5585671fee2adfb5990a22dd39eaa4fe2564d5 /openbsc/include/openbsc/gsm_data.h
parent539bc608bde945652c90a8c7c8121fcd5ce8d68a (diff)
parentae0f2362bb5a02ade62a02b73c4754922553d831 (diff)
Merge branch 'master' into sms
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 11176d6d6..20834f0aa 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -205,8 +205,8 @@ struct gsm_bts_trx_ts {
struct {
u_int32_t bound_ip;
u_int16_t bound_port;
- u_int8_t attr_fc;
- u_int16_t attr_f8;
+ u_int8_t rtp_payload2;
+ u_int16_t conn_id;
} abis_ip;
struct gsm_lchan lchan[TS_MAX_LCHAN];