From c6b78ff2f99667f223158647437b071d2f6d4671 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 6 Jun 2019 15:58:17 +0200 Subject: Add and set transport field for RanOps structure This will allow RAN_Emulation to have better knowledge on the protocol stack in use, and behave differently based on that information. For intance, forthcoming commit will append OsmuxSupport IE only if transport is BSSAP AoIP. Change-Id: Ife62e328af2d3f2475ff93249f2138820c7ddabb --- bsc/MSC_ConnectionHandler.ttcn | 1 + 1 file changed, 1 insertion(+) (limited to 'bsc') diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn index dbba135a..3cc8f8a6 100644 --- a/bsc/MSC_ConnectionHandler.ttcn +++ b/bsc/MSC_ConnectionHandler.ttcn @@ -394,6 +394,7 @@ const RanOps MSC_RanOps := { decode_dtap := false, role_ms := false, protocol := RAN_PROTOCOL_BSSAP, + transport := BSSAP_TRANSPORT_AoIP, use_osmux := false, sccp_addr_local := omit, sccp_addr_peer := omit -- cgit v1.2.3