osmo-iuh/src
Neels Hofmeyr 1d03f19e06 hnbgw: make cmdline options stronger than config file
Now that a config file gets parsed after the command line options, e.g. the
'logging timestamp 0' config item is stronger than a -T commandline option. So
rather store the cmdline options to take effect after config file parsing.

This adds a stupid 'log_disable_color = true' reverse boolean logic, which is
unavoidable if we want to use the same default cmdline options as osmo-nitb /
osmo-cscn.

Change-Id: I16ad55b173a443c36b71dc6b70f58695f6665312
2016-08-18 03:18:03 +02:00
..
hnbap build: use $top_srcdir instead of ../ 2016-02-29 14:28:00 +01:00
ranap build: use $top_srcdir instead of ../ 2016-02-29 14:28:00 +01:00
rua build: use $top_srcdir instead of ../ 2016-02-29 14:28:00 +01:00
tests fix compiler warnings with new libosmo-sccp: rename to osmo_sccp_* 2016-07-12 00:51:21 +02:00
.gitignore update .gitignore 2015-08-31 09:58:12 +02:00
Makefile.am make regen: fix: use $(MAKE) instead of make 2016-07-12 00:44:18 +02:00
context_map.c context_map: Have one mapping per UE/cnlink combination 2016-01-14 15:10:05 +01:00
context_map.h Add a context mapper to map RUA ContextIDs <-> SUA Connection IDs 2015-12-23 22:13:53 +01:00
hnbap_common.c hnbap_common.c: Fix include path 2016-01-05 14:24:08 +01:00
hnbap_common.h Remove osmo-iuh subdir level from include/ (2/2) 2016-01-05 12:00:06 +01:00
hnbgw.c hnbgw: make cmdline options stronger than config file 2016-08-18 03:18:03 +02:00
hnbgw.h fix compiler warnings with new libosmo-sccp: rename to osmo_sccp_* 2016-07-12 00:51:21 +02:00
hnbgw_cn.c fix compiler warning: osmo_prim_cb() has void* arg 2016-07-12 00:51:31 +02:00
hnbgw_cn.h hnbgw: Mark ps_cnlink as ps 2016-01-14 15:35:11 +01:00
hnbgw_hnbap.c UE Register: fix: free ies when no IMSI is found 2016-04-25 15:34:28 +02:00
hnbgw_hnbap.h first compiling code (untested) 2015-08-30 12:20:09 +02:00
hnbgw_ranap.c compiler warning: hnbgw_ranap.c: include ranap_msg_factory.h 2016-04-25 15:33:40 +02:00
hnbgw_ranap.h first dispatch of RUA into RANAP 2015-09-10 22:32:15 +02:00
hnbgw_rua.c Free ies struct after use in tests and hnbgw_cn/rua 2016-01-07 13:19:30 +01:00
hnbgw_rua.h Remove osmo-iuh subdir level from include/ (2/2) 2016-01-05 12:00:06 +01:00
iu_common.h add iu_common.h using C structs to describe PER encoded Iu headers 2015-08-30 16:55:43 +02:00
iu_helpers.c merge (+rename) iu_helpers.c into libosmo-ranap 2016-01-03 16:31:31 +01:00
ranap_common.c ranap_parse_lai(): properly initialize out-arg, adjust test experr 2016-04-25 13:26:07 +02:00
ranap_common_cn.c ranap_common_cn.c: for now add more decoding that doesn't belong here 2016-04-19 18:19:30 +02:00
ranap_msg_factory.c ranap_msg_factory: Fix endianess in paging command 2016-05-04 13:50:43 +02:00
regen-common-includes.sh ranap: Add more manual definitions to RANAP-PDUs 2015-09-10 21:18:16 +02:00
rua_common.c don't return undefined strings from rua_cause_str() 2015-12-25 10:17:17 +01:00
rua_common.h Remove osmo-iuh subdir level from include/ (2/2) 2016-01-05 12:00:06 +01:00
rua_msg_factory.c move tests/rua_helper.[ch] to src directory 2016-01-03 18:04:28 +01:00
rua_msg_factory.h move tests/rua_helper.[ch] to src directory 2016-01-03 18:04:28 +01:00