From f94a51b64d8822c80d5cf45997434e98a97b5739 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 10 Aug 2018 00:01:26 +0700 Subject: gsm_trx_burst_if: allow to customize the bind address Pleviously remote address for DATA interface was also used as the bind address, what is definitely wrong. Let's change the API a bit in order to allow one to specify a custom bind address. Change-Id: I6e5f7b7119ac454217b8dd04f9ee0dd3b23972b6 --- grc/trx/gsm_trx_burst_if.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'grc') diff --git a/grc/trx/gsm_trx_burst_if.xml b/grc/trx/gsm_trx_burst_if.xml index 99427b3..49979a3 100644 --- a/grc/trx/gsm_trx_burst_if.xml +++ b/grc/trx/gsm_trx_burst_if.xml @@ -3,7 +3,7 @@ TRX Burst Interface gsm_trx_burst_if import grgsm - grgsm.trx_burst_if($remote_addr, $base_port) + grgsm.trx_burst_if($bind_addr, $remote_addr, $base_port) base_port @@ -12,6 +12,13 @@ string + + bind_addr + bind_addr + 0.0.0.0 + string + + remote_addr remote_addr -- cgit v1.2.3