summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2023-03-04 21:38:44 +0300
committermsuraev <msuraev@sysmocom.de>2023-03-08 17:47:04 +0000
commit736438693e4f2b6b1a4959a6cadeafa61640821d (patch)
treeaa0e703504b95c2a7ac85d012fb5944aa226b4f9 /src/host/layer23/include/osmocom/bb/common
parent6fe33fd6d43bf51da18ffa9ec9b2a944cd3e16de (diff)
mobile: allow configuring local GSMTAP address
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/l23_app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/l23_app.h b/src/host/layer23/include/osmocom/bb/common/l23_app.h
index 290a09b4..8ae4ead1 100644
--- a/src/host/layer23/include/osmocom/bb/common/l23_app.h
+++ b/src/host/layer23/include/osmocom/bb/common/l23_app.h
@@ -34,6 +34,7 @@ enum l23_gsmtap_gprs_category {
struct l23_global_config {
struct {
char *remote_host;
+ char *local_host;
uint32_t lchan_mask; /* see l23_gsmtap_gprs_category */
uint32_t lchan_acch_mask; /* see l23_gsmtap_gprs_category */
bool lchan_acch;