Add SI10 support

Related: OS#5783
Change-Id: I268ba716ded330a024a8f3c0d1bd2f28622cecab
This commit is contained in:
Max 2023-01-23 00:54:23 +03:00 committed by msuraev
parent f1b7ee6a63
commit 757180beba
2 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,7 @@ Conforms to 3GPP TS 48.058 § 8.4.20, with these exceptions:
| 0x06 | RSL_SYSTEM_INFO_6
| 0x0d | RSL_SYSTEM_INFO_5bis
| 0x0e | RSL_SYSTEM_INFO_5ter
| 0x0f | RSL_SYSTEM_INFO_10
| 0x47 | RSL_EXT_MEAS_ORDER
| 0x48 | RSL_MEAS_INFO
|===

View File

@ -72,6 +72,7 @@ static const unsigned int rsl_sacch_sitypes[] = {
RSL_SYSTEM_INFO_6,
RSL_SYSTEM_INFO_5bis,
RSL_SYSTEM_INFO_5ter,
RSL_SYSTEM_INFO_10,
RSL_EXT_MEAS_ORDER,
RSL_MEAS_INFO,
};