aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-16 21:12:08 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-16 21:12:08 +0000
commit75099266149b78193854e84f73910074680191fa (patch)
tree7836b602f1edeb9a248072ba7d9ffa0874bf5e93 /include/openbsc/gsm_data.h
parente021254b649e47370933d3344e6ef8439d1b8316 (diff)
* introduce TLV parser definitions for RSL IE's
* introduce functions for ip.access specific RSL commands
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 0aa3c59b7..2048abc1f 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -174,6 +174,12 @@ struct gsm_bts_trx_ts {
/* To which E1 subslot are we connected */
struct gsm_e1_subslot e1_link;
+ struct {
+ u_int32_t bound_ip;
+ u_int16_t bound_port;
+ u_int8_t attr_fc;
+ u_int16_t attr_f8;
+ } abis_ip;
struct gsm_lchan lchan[TS_MAX_LCHAN];
};