[layer23] Minimum RX-level is now a configuratio option
[osmocom-bb.git] / src / host / layer23 / include / osmocom / bb / mobile / settings.h
index 7ac54e9..131e04f 100644 (file)
@@ -15,6 +15,7 @@ struct gsm_settings {
 
        /* network search */
        int                     plmn_mode; /* PLMN_MODE_* */
+       int8_t                  min_rxlev_db; /* min DB to access */
 
        /* SIM */
        int                     sim_type; /* selects card on power on */
@@ -32,6 +33,7 @@ struct gsm_settings {
        /* call related settings */
        uint8_t                 cw; /* set if call-waiting is allowed */
        uint8_t                 clip, clir;
+       uint8_t                 half, half_prefer;
 
        /* changing default behavior */
        uint8_t                 alter_tx_power;