Commit 922367bf authored by garciay's avatar garciay
Browse files

Create first ECRF TTCN-3 test

parent e07893c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
//  References:
//  Rev:
//  Prodnr:
//  Updated:       Mon Jul  2 13:12:58 2018
//  Updated:       Wed Jul 18 13:53:23 2018
//  Contact:       http://ttcn.ericsson.se
//
////////////////////////////////////////////////////////////////////////////////
+4 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
//  References:
//  Rev:
//  Prodnr:
//  Updated:       Mon Jul  2 13:12:58 2018
//  Updated:       Wed Jul 18 13:53:23 2018
//  Contact:       http://ttcn.ericsson.se
//
////////////////////////////////////////////////////////////////////////////////
@@ -109,6 +109,9 @@ type record of enumerated
	locationURI
} LocationTypeList
with {
  variant ([-]) ;
  variant ([-]) ;
  variant ([-]) ;
  variant "name as uncapitalized";
  variant "list";
};
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
//  References:
//  Rev:
//  Prodnr:
//  Updated:       Mon Jul  2 13:12:58 2018
//  Updated:       Wed Jul 18 13:53:23 2018
//  Contact:       http://ttcn.ericsson.se
//
////////////////////////////////////////////////////////////////////////////////
+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
//  References:
//  Rev:
//  Prodnr:
//  Updated:       Mon Jul  2 13:12:58 2018
//  Updated:       Wed Jul 18 13:53:23 2018
//  Contact:       http://ttcn.ericsson.se
//
////////////////////////////////////////////////////////////////////////////////
@@ -151,10 +151,10 @@ with {
/* Global Attributes */


/* This attribute may be used on any element within an optional */
/* PIDF extension to indicate that the corresponding element must */
/* be understood by the PIDF processor if the enclosing optional */
/* element is to be handled. */
/* This attribute may be used on any element within an optional
      PIDF extension to indicate that the corresponding element must
      be understood by the PIDF processor if the enclosing optional
      element is to be handled. */
type XSD.Boolean MustUnderstand
with {
  variant "defaultForEmpty as c_defaultForEmpty_1";
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
//  References:
//  Rev:
//  Prodnr:
//  Updated:       Mon Jul  2 13:12:58 2018
//  Updated:       Wed Jul 18 13:53:23 2018
//  Contact:       http://ttcn.ericsson.se
//
////////////////////////////////////////////////////////////////////////////////
Loading