Commit af8b2b18 authored by Pau Espin Pedrol's avatar Pau Espin Pedrol
Browse files

NG_NAS_TypeDefs.ttcn: Use specific type instead of 'record of'

titan 11.0.0 fails during compilation with:

NG_NAS_Common.ttcn:405.21-55: error: Type mismatch: a value of type `@NG_NAS_TypeDefs.XtdRejectedS_NSSAI_List' was expected instead of `@NG_NAS_TypeDefs.PartialXtdRejectedNSSAIType0.rejectS_NSSAI'
NG_NAS_Templates.ttcn:2212.22-32: error: Type mismatch: a value or template of type `@NG_NAS_TypeDefs.QoS_Flow.parameterList' was expected instead of `@NAS_CommonTypeDefs.QoSParametersList
NG_NAS_Templates.ttcn:2364.24-34: error: Type mismatch: a value or template of type `@NG_NAS_TypeDefs.QoSFlowDescr.listofFlows' was expected instead of `@NG_NAS_TypeDefs.QoS_FlowList
parent eb41232b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2218,7 +2218,7 @@ module NG_NAS_TypeDefs {
    B1_Type                     spare,
    B3_Type                     typeOfList  ('000'B),
    B4_Type                     numOfElements,
    record of XtdRejectedS_NSSAI rejectS_NSSAI        // @sic RAN5#97 sidebar sic@
    XtdRejectedS_NSSAI_List     rejectS_NSSAI        // @sic RAN5#97 sidebar sic@
  } with {
    variant "FIELDORDER(msb)";
  };
@@ -2508,7 +2508,7 @@ module NG_NAS_TypeDefs {
    B6_Type                     spare6,
    B1_Type                     eBit,
    B6_Type                     numOfParameters,
    record of QoSParameters     parameterList      optional
    QoSParametersList           parameterList      optional
  } with {
    variant "FIELDORDER(msb)";
  };
@@ -2517,7 +2517,7 @@ module NG_NAS_TypeDefs {
  type record QoSFlowDescr {                                        /* 24.501 cl. 9.11.4.12 */
    IEI8_Type                   iei,                            // @sic R5s190470 sic@
    Type6Length_Type            iel,
    record of QoS_Flow          listofFlows
    QoS_FlowList                listofFlows
  } with {
    variant "FIELDORDER(msb)";
    variant (iel) "LENGTHTO (listofFlows)";