From e35308f50a23e3a676cc0cbcb25ac55c0bc98433 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 8 Sep 2017 18:51:53 +0300 Subject: 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 --- src/host/layer23/include/osmocom/bb/mobile/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/host/layer23/include/osmocom/bb/mobile/settings.h') 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]; -- cgit v1.2.3