Commit d43cdba0 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

Update TS_103_280

parent a4ec27d8
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -95,4 +95,6 @@ IPProtocol ::= INTEGER (0..255)

VLANID ::= INTEGER (0..4095)

ServiceAccessIdentifier ::= UTF8String

END
+3 −0
Original line number Diff line number Diff line
@@ -389,6 +389,9 @@
        "etsi280:latitude",
        "etsi280:longitude"
      ]
    },
    "ServiceAccessIdentifier": {
      "type": "string"
    }
  }
}
+3 −0
Original line number Diff line number Diff line
@@ -278,4 +278,7 @@
            <xs:maxInclusive value="4095"/>
        </xs:restriction>
    </xs:simpleType>
     <xs:simpleType name="ServiceAccessIdentifier"> 
        <xs:restriction base="xs:string"/> 
 </xs:simpleType>
</xs:schema>