aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/trx
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-10 00:01:26 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-08-10 16:38:59 +0700
commitcd0530fc0ec6647adb28969fda596bbea4ce3344 (patch)
tree1371ea16a810e05d204a2dc64c02ac79ebabae98 /include/grgsm/trx
parent64803a5b9a68f4484bb06c90e53a600566b5fbee (diff)
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
Diffstat (limited to 'include/grgsm/trx')
-rw-r--r--include/grgsm/trx/trx_burst_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grgsm/trx/trx_burst_if.h b/include/grgsm/trx/trx_burst_if.h
index 0e7a35a..9277dc5 100644
--- a/include/grgsm/trx/trx_burst_if.h
+++ b/include/grgsm/trx/trx_burst_if.h
@@ -48,6 +48,7 @@ namespace gr {
* creating new instances.
*/
static sptr make(
+ const std::string &bind_addr,
const std::string &remote_addr,
const std::string &base_port);
};