summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h b/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
index d0227c65..14b7dc66 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
@@ -193,6 +193,8 @@ struct gsm48_rrlayer {
/* counter for access bursts */
uint16_t hando_new_cell_arfcn;
uint8_t hando_new_cell_bsic;
+ int hando_fake_report; /* perform fake reporting */
+ uint16_t hando_fake_report_arfcn; /* good cell */
/* BA range */
uint8_t ba_ranges;
@@ -231,5 +233,6 @@ int gsm48_rr_tx_voice(struct osmocom_ms *ms, struct msgb *msg);
int gsm48_rr_audio_mode(struct osmocom_ms *ms, uint8_t mode);
int gsm48_rr_meas_ind(struct osmocom_ms *ms, uint16_t band_arfcn,
uint8_t rx_lev, uint8_t bsic);
+const char *gsm48_rr_force_handover(struct osmocom_ms *ms, uint16_t arfcn);
#endif /* _GSM48_RR_H */