summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/settings.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-09-08 18:51:53 +0300
committerVadim Yanitskiy <axilirator@gmail.com>2018-10-03 18:43:07 +0700
commite35308f50a23e3a676cc0cbcb25ac55c0bc98433 (patch)
tree22adcdbd6b0ec0303c40177945e08c9066e7dfc1 /src/host/layer23/include/osmocom/bb/mobile/settings.h
parentb52a5db584bbeabf6e8b4fbf2a2ad071b9568dbe (diff)
mobile: add MNCC socket path to settings
Previously the MNCC socket path was generated automatically, using concatenation of the '/tmp/ms_mncc_' prefix and MS name. Let's allow user to specify this manually, keeping a similar generation method for default value. Change-Id: I643356ac579bc5e765f668265ec803b22a73739c
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/settings.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/settings.h b/src/host/layer23/include/osmocom/bb/mobile/settings.h
index 4e5d5a19..30e88258 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/settings.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/settings.h
@@ -6,6 +6,7 @@
struct gsm_settings {
char layer2_socket_path[128];
char sap_socket_path[128];
+ char mncc_socket_path[128];
/* IMEI */
char imei[16];