Commit 7adf9a92 authored by Pau Espin Pedrol's avatar Pau Espin Pedrol
Browse files

NAS_Common_Templates: cdr_NR5GC_UENetworkCap(): Fix build with titan

titan 11.0.0 doesn't support concatenating templates.
parent 890eb69b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1034,8 +1034,8 @@ module NAS_CommonTemplates {
  template (present) UE_NetworkCap cdr_NR5GC_UENetworkCap (template (omit) IEI8_Type p_IEI)
           modifies cr_UENetworkCap_Any :=
  {  /* @status    APPROVED (ENDC, NR5GC_IRAT) */
    cIoT_proSeCap := ('1'B & ? length (7)),         // @sic R5-196647, R5-217714 sic@
    cIoT_V2X := (? length (2) & '1'B & ? length (5))
    cIoT_proSeCap := '1???????'B,         // @sic R5-196647, R5-217714 sic@
    cIoT_V2X := '??1?????'B
   };

  template (present) VoiceDomainPref cr_VoiceDomainPref_Any :=