aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-03 11:12:17 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-07-03 11:12:17 +0200
commit29e63bbae41f03c7eeb3ac7685f5d7c3b59f6e3a (patch)
treef1f99c87d3931fc3d4ab38eec191ec7eb3f775b1 /openbsc/include
parent116568d34f5c1e941082ae7bfc891631a8b53553 (diff)
osmo-msc: rename called/calling address in struct a_conn_info
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/a_iface_bssap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/a_iface_bssap.h b/openbsc/include/openbsc/a_iface_bssap.h
index f0a2187ef..9abb29bb4 100644
--- a/openbsc/include/openbsc/a_iface_bssap.h
+++ b/openbsc/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;