[PATCH] libosmocore[master]: introduce GSM_MCC_MNC_INVALID

2018-02-26 Thread Neels Hofmeyr
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6664 to look at the new patch set (#6). introduce GSM_MCC_MNC_INVALID In some cases, we want to mark an unset MCC-MNC. Define uint16-max for this purpose. osmo-bsc code is

[PATCH] libosmocore[master]: introduce GSM_MCC_MNC_INVALID

2018-02-21 Thread Neels Hofmeyr
introduce GSM_MCC_MNC_INVALID In some cases, we want to mark an unset MCC-MNC. Define uint16-max for this purpose. osmo-bsc code is already doing so with a -1 and using int data types, which will become inconvenient with the new API that handles MCC and MNC as uint16_t. Change-Id: