From 4d8a469cd4f0c5dc5aa692d467d3370c79cc2654 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 11 Nov 2020 19:57:51 +0100 Subject: handover vty doc: explain rxqual values Change-Id: I4f9d6b59c4f4a0550fb6a386342be55dcd777de8 --- include/osmocom/bsc/handover_cfg.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/osmocom/bsc/handover_cfg.h b/include/osmocom/bsc/handover_cfg.h index f174aad77..342d5e458 100644 --- a/include/osmocom/bsc/handover_cfg.h +++ b/include/osmocom/bsc/handover_cfg.h @@ -206,8 +206,11 @@ static inline const char *tdma2a(bool val) "handover2 ", "min rxqual", "<0-7>", atoi, "%d", as_is, \ HO_CFG_STR_HANDOVER2 \ HO_CFG_STR_MIN \ - "How bad may RxQual of an MS become before triggering HO\n" \ - "minimum RxQual\n") \ + "How bad may RxQual of an MS become before triggering HO," \ + " where 0 is the best quality (bit error rate < 0.2%) and" \ + " 7 is the worst quality (bit error rate > 12.8%)," \ + " see 3GPP TS 45.008 8.2.4.\n" \ + "worst acceptable RxQual\n") \ \ HO_CFG_ONE_MEMBER(int, hodec2_afs_bias_rxlev, 0, \ "handover2 ", "afs-bias rxlev", "<0-20>", atoi, "%d", as_is, \ -- cgit v1.2.3