aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/a_iface_bssap.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/a_iface_bssap.h')
-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;