aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-03 11:12:17 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-07-25 15:14:15 +0200
commit569335bc348bd6aea74cf88ba3870fc7fe35cb88 (patch)
tree5eb2fc900b4d6247e848ae809ce47597764f7df0 /include
parent4c098cfb322ea2bac9030bacce30a7a70fc8d646 (diff)
osmo-msc: rename called/calling address in struct a_conn_info
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/a_iface_bssap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openbsc/a_iface_bssap.h b/include/openbsc/a_iface_bssap.h
index f0a2187ef..9abb29bb4 100644
--- a/include/openbsc/a_iface_bssap.h
+++ b/include/openbsc/a_iface_bssap.h
@@ -26,8 +26,8 @@
/* A structure to hold tha most basic information about a sigtran connection
* we use this struct internally here to pass connection data around */
struct a_conn_info {
- struct osmo_sccp_addr *called_addr;
- struct osmo_sccp_addr *calling_addr;
+ struct osmo_sccp_addr *msc_addr;
+ struct osmo_sccp_addr *bsc_addr;
uint32_t conn_id;
struct gsm_network *network;
struct a_reset_ctx *reset;