summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/ipaccess.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-02 14:32:32 +0200
committerPablo Neira Ayuso2011-07-02 14:32:32 +0200
commitdfafe68a05069f0e0a21dfb5a200c38462031963 (patch)
tree4f62fbe334df1608c80748572e4c1d970620c768 /include/osmocom/abis/ipaccess.h
parentmajor updates in e1_input callback ops and IPA infrastructures (diff)
downloadlibosmo-abis-dfafe68a05069f0e0a21dfb5a200c38462031963.tar.gz
libosmo-abis-dfafe68a05069f0e0a21dfb5a200c38462031963.tar.xz
libosmo-abis-dfafe68a05069f0e0a21dfb5a200c38462031963.zip
ipaccess: put the ID_GET logic for the BTS mode into the driver
This patch moves the ID_GET logic from the example file to the ipaccess driver in BTS mode.
Diffstat (limited to 'include/osmocom/abis/ipaccess.h')
-rw-r--r--include/osmocom/abis/ipaccess.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipaccess.h b/include/osmocom/abis/ipaccess.h
index d4174a8..6816d87 100644
--- a/include/osmocom/abis/ipaccess.h
+++ b/include/osmocom/abis/ipaccess.h
@@ -94,6 +94,13 @@ struct ipaccess_unit {
uint16_t site_id;
uint16_t bts_id;
uint16_t trx_id;
+ char *unit_name;
+ char *equipvers;
+ char *swversion;
+ uint8_t mac_addr[6];
+ char *location1;
+ char *location2;
+ char *serno;
};
struct hsl_unit {