Commit 57e1df83 authored by Michele Berionne's avatar Michele Berionne
Browse files

Update ASN.1 file after SCP #94

CR#006 - SCP(20)000039
CR#009 - SCP(20)000042
parent d689a0c6
Loading
Loading
Loading
Loading
+20 −3
Original line number Diff line number Diff line
@@ -35,12 +35,27 @@ Certificates ::= SET OF Certificate
VersionType ::= OCTET STRING(SIZE(2)) -- major/minor version, coded as binary value on byte 1 and 2, e.g. '0F 00' for v15.0.


PhysicalInterfaceType ::= ENUMERATED
{
	ePhysicalInterfaceType-ISO (0),  -- ISO/IEC 7816 interface
	ePhysicalInterfaceType-SWP (1),  -- SWP interface
	ePhysicalInterfaceType-SPI (2),  -- SPI interface
	ePhysicalInterfaceType-I2C (3),  -- I2C interface
	ePhysicalInterfaceType-USB (4)  -- USB interface
}

PhysicalInterface ::= SEQUENCE
{
	aInterfaceType PhysicalInterfaceType,  -- physical interface type
	aMaximumInterfacePowerSupply INTEGER (0..1000) OPTIONAL  -- max power supply of the interface
}

/* Capabilities of the terminal */
TerminalCapability ::= SEQUENCE
{
	aTerminalRelease [0] VersionType,
	aTerminalVendorName [1] UTF8String (SIZE(1..20)) OPTIONAL,
	aInterfacePowerSupply [2] INTEGER (0..1000) DEFAULT 0,
	aPhysicalInterfaces [2] SEQUENCE OF PhysicalInterface OPTIONAL,  -- list of interfaces
	aExternalPowerSupply [3] INTEGER (0..1000) DEFAULT 0,
	aToolkitTerminalProfile [4] OCTET STRING OPTIONAL
}
@@ -63,7 +78,9 @@ SSPCapability ::= SEQUENCE
	aSspClass [2] SSPClass,
	aClassSpecificCapabilities [3] ANY DEFINED BY aSspClass OPTIONAL,
	aSspUicc [4] SspUiccCapability OPTIONAL,
	aSspUserInterface [5] SSPUserInterface OPTIONAL
	aSspUserInterface [5] SSPUserInterface OPTIONAL,
	aPhysicalInterfaces [6] SEQUENCE OF PhysicalInterface OPTIONAL,  -- list of interfaces 
	aSspExternalMaxPowerConsumption [7] INTEGER (0..1000) OPTIONAL
}

/* Capabilities of the SSP - UICC*/
@@ -762,7 +779,7 @@ NetworkParameters ::= SEQUENCE
{
	aBearerType INTEGER  -- Bearer type
	{
		eDefaultBearer (0),  -- Default Bearer, as defined in ETSIÿTS 102 223 [6], clause 8.52
		eDefaultBearer (0),  -- Default Bearer, as defined in ETSI TS 102 223 [6], clause 8.52
		eWWAN (1),  -- WWAN Bearer
		eWLAN (2)  -- WLAN local breakout
	} OPTIONAL,