Commit e2089c8a authored by pintar's avatar pintar
Browse files

XML-CUG types are optional due to table [Ref: ETSI TS 124 454 V8.0.0 Table 4.5.2.4.1:]

parent 40d4a062
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -579,7 +579,8 @@ group CUGTypes{
	type XSDAUX.integerXSD CugIndexType (0 .. 32767);

	type record CugRequestType {
		XSDAUX.booleanXSD outgoingAccessRequest, CugIndexType cugIndex
		XSDAUX.booleanXSD outgoingAccessRequest optional, //optional [Ref: ETSI TS 124 454 V8.0.0 Table 4.5.2.4.1:]
		CugIndexType cugIndex optional //optional [Ref: ETSI TS 124 454 V8.0.0 Table 4.5.2.4.1:]
	}

	type XSDAUX.hexBinary SixteenbitType length(2);