library/GSM_RR_Types: fix definition of FeatureIndicator

Change-Id: I06ad58f25aa97bf13de87127e7e2c6237a90557e
This commit is contained in:
Vadim Yanitskiy 2020-05-22 02:43:22 +07:00
parent aa94d32fa2
commit c3cebd31d9
1 changed files with 7 additions and 4 deletions

View File

@ -365,10 +365,13 @@ module GSM_RR_Types {
/* 10.5.2.76 */
type record FeatureIndicator {
BIT2 spare,
boolean cs_ir,
boolean ps_ir
} with { variant "" };
BIT2 peo_bcch_change_mark,
boolean cs_ir,
boolean ps_ir
} with {
variant (cs_ir) "FIELDLENGTH(1)"
variant (ps_ir) "FIELDLENGTH(1)"
};
/* 24.008 10.5.5.6 */
type record DrxParameter {