G.1 Syntax
34.123-33GPPPart 3: Abstract test suite (ATS)TSUser Equipment (UE) conformance specification
The proposed format of the ICS/IXIT file is as follows:
[<Parameter Name> <Parameter Type> <Value>] [<#Comment>]
– At the most one TSP value can be defined in a line.
– The comment starts with # and ends with new line.
– [..] represent OPTIONAL field(s).
– <..> represent MANDATORY field(s).
– Fields will be separated by one or more space characters.
The syntax for different Parameter Types will be as follows:
– INTEGER
<Parameter Name> INTEGER <Integer Value>
– BOOLEAN
<Parameter Name> BOOLEAN <Value>
NOTE 1: Here Value will be either ‘TRUE’ or ‘FALSE’.
– BITSTRING
<Parameter Name> BITSTRING <Value>
– HEXSTRING
<Parameter Name> HEXSTRING <Value>
– OCTETSTRING
<Parameter Name> OCTETSTRING <Value>
– ENUMERATED
<Parameter Name> ENUMERATED <Integer Value>
– IA5String
<Parameter Name> IA5String "<Value>"
NOTE 2: Here Value will be string and is mandatory to put the actual value in double quotes.