firmware/layer1: clarify the content of Measurement results

Change-Id: I3203790c529f93d0084c82136645683a26faf986
Related: I26546dcbc853166e351d00260936b1b9d584ae03
This commit is contained in:
Vadim Yanitskiy 2020-12-01 12:57:28 +01:00
parent a7298e316f
commit 4bbe47b02b
1 changed files with 15 additions and 3 deletions

View File

@ -43,10 +43,22 @@ static uint8_t ubMeas[23] = {
/* lapdm header */
0x01, 0x03, 0x49,
/* Measurement report */
0x06, 0x15, 0x36, 0x36, 0x01, 0xC0, 0x00, 0x00,
/* RR Management messages, Measurement Report */
0x06, 0x15,
/* Measurement results (see 3GPP TS 44.018, section 10.5.2.20):
* 0... .... = BA-USED: 0
* .0.. .... = DTX-USED: DTX was not used
* ..11 0110 = RXLEV-FULL-SERVING-CELL: -57 <= x < -56 dBm (54)
* 0... .... = 3G-BA-USED: 0
* .0.. .... = MEAS-VALID: The measurement results are valid
* ..11 0110 = RXLEV-SUB-SERVING-CELL: -57 <= x < -56 dBm (54)
* 0... .... = SI23_BA_USED: 0
* .000 .... = RXQUAL-FULL-SERVING-CELL: BER < 0.2%, Mean value 0.14% (0)
* .... 000. = RXQUAL-SUB-SERVING-CELL: BER < 0.2%, Mean value 0.14% (0)
* .... ...1 11.. .... = NO-NCELL-M: Neighbour cell information not available */
0x36, 0x36, 0x01, 0xc0, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00
};