Commit b76290c4 authored by purges's avatar purges
Browse files

version 19.1.0

parent 22c9e5c8
Loading
Loading
Loading
Loading
+41 −8
Original line number Diff line number Diff line
@@ -717,7 +717,9 @@ IMPORTS
	ReportingPeriodicityForDataCollection,
	UEAssociatedInfoResult-List,
	DataCollectionID,
	Measurement-ID
	Measurement-ID,
	UEPerformanceCollectionConfiguration,
	NodeMeasurementInitiationResult-List



@@ -878,6 +880,8 @@ FROM E1AP-Containers
	id-ReportingPeriodicityForDataCollection,
	id-UEAssociatedInfoResult-List,
	id-DataCollectionID,
	id-UEPerformanceCollectionConfiguration,
	id-NodeMeasurementInitiationResult-List,
	maxnoofErrors,
	maxnoofSPLMNs,
	maxnoofDRBs,
@@ -2744,7 +2748,8 @@ DataCollectionRequest-IEs E1AP-PROTOCOL-IES ::= {
	{ ID id-RegistrationRequestForDataCollection		CRITICALITY reject	TYPE RegistrationRequestForDataCollection		PRESENCE mandatory}|
	{ ID id-ReportCharacteristicsForDataCollection		CRITICALITY reject	TYPE ReportCharacteristicsForDataCollection	PRESENCE conditional}|
-- This IE shall be present if the Registration Request for Data Collection IE is set to the value "start".
	{ ID id-ReportingPeriodicityForDataCollection		CRITICALITY ignore	TYPE ReportingPeriodicityForDataCollection		PRESENCE optional},
	{ ID id-ReportingPeriodicityForDataCollection		CRITICALITY ignore	TYPE ReportingPeriodicityForDataCollection		PRESENCE optional}|
	{ ID id-UEPerformanceCollectionConfiguration		CRITICALITY ignore	TYPE UEPerformanceCollectionConfiguration		PRESENCE optional},
	...
}

@@ -2763,7 +2768,8 @@ DataCollectionResponse ::= SEQUENCE {
DataCollectionResponse-IEs E1AP-PROTOCOL-IES ::= {
	{ ID id-TransactionID					CRITICALITY reject	TYPE TransactionID	PRESENCE mandatory}|
	{ ID id-gNB-CU-CP-Measurement-ID					CRITICALITY reject	TYPE Measurement-ID										PRESENCE mandatory}|
	{ ID id-gNB-CU-UP-Measurement-ID					CRITICALITY reject	TYPE Measurement-ID										PRESENCE mandatory}|
	{ ID id-gNB-CU-UP-Measurement-ID					CRITICALITY ignore	TYPE Measurement-ID										PRESENCE mandatory}|
	{ ID id-NodeMeasurementInitiationResult-List		CRITICALITY reject	TYPE NodeMeasurementInitiationResult-List		PRESENCE optional}|
	{ ID id-CriticalityDiagnostics						CRITICALITY ignore	TYPE CriticalityDiagnostics							PRESENCE optional},
	...
}
@@ -2783,7 +2789,7 @@ DataCollectionFailure ::= SEQUENCE {
DataCollectionFailure-IEs E1AP-PROTOCOL-IES ::= {
	{ ID id-TransactionID					CRITICALITY reject	TYPE TransactionID	PRESENCE mandatory}|
	{ ID id-gNB-CU-CP-Measurement-ID				CRITICALITY reject	TYPE Measurement-ID									PRESENCE mandatory}|
	{ ID id-gNB-CU-UP-Measurement-ID				CRITICALITY reject	TYPE Measurement-ID									PRESENCE mandatory}|
	{ ID id-gNB-CU-UP-Measurement-ID				CRITICALITY ignore	TYPE Measurement-ID									PRESENCE mandatory}|
	{ ID id-Cause									CRITICALITY ignore	TYPE Cause											PRESENCE mandatory}|
	{ ID id-CriticalityDiagnostics					CRITICALITY ignore	TYPE CriticalityDiagnostics						PRESENCE optional},
	...
@@ -2804,7 +2810,7 @@ DataCollectionUpdate ::= SEQUENCE {
DataCollectionUpdate-IEs E1AP-PROTOCOL-IES ::= {
	{ ID id-TransactionID					CRITICALITY reject	TYPE TransactionID	PRESENCE mandatory}|
	{ ID id-gNB-CU-CP-Measurement-ID					CRITICALITY reject	TYPE Measurement-ID												PRESENCE mandatory}|
	{ ID id-gNB-CU-UP-Measurement-ID					CRITICALITY reject	TYPE Measurement-ID												PRESENCE mandatory}|
	{ ID id-gNB-CU-UP-Measurement-ID					CRITICALITY ignore	TYPE Measurement-ID												PRESENCE mandatory}|
	{ ID id-UEAssociatedInfoResult-List					CRITICALITY ignore	TYPE UEAssociatedInfoResult-List							PRESENCE optional },	...
}

@@ -2957,7 +2963,9 @@ IMPORTS
	maxnoofMBSServiceAreaInformation,
	maxnoofDUs,
	maxnoofUEReports,
	maxnoofThresholds
	maxnoofThresholds,
	maxFailedMeasPerNode




@@ -5743,6 +5751,18 @@ N6JitterInformationExtIEs E1AP-PROTOCOL-EXTENSION ::= {
	...
}

NodeMeasurementInitiationResult-List ::= SEQUENCE (SIZE(1..maxFailedMeasPerNode)) OF NodeMeasurementInitiationResult-Item

NodeMeasurementInitiationResult-Item ::= SEQUENCE {
	nodemeasurementFailedReportCharacteristics		BIT STRING(SIZE(32)),
	cause											Cause,
	iE-Extensions									ProtocolExtensionContainer { { NodeMeasurementInitiationResult-Item-ExtIEs} } OPTIONAL,
	...
}

NodeMeasurementInitiationResult-Item-ExtIEs E1AP-PROTOCOL-EXTENSION ::= {
	...
}


-- O
@@ -6426,7 +6446,7 @@ ReportingPeriodicityForDataCollection ::= ENUMERATED {
	...
}

ReportingThreshold ::= INTEGER(0.. 4000000000)
ReportingThreshold ::= INTEGER(0.. 4000000000, ...)

RequestedAction4AvailNGUTermination ::= ENUMERATED {
	apply-available-configuration,
@@ -6774,7 +6794,7 @@ UE-associatedLogicalE1-ConnectionItemExtIEs E1AP-PROTOCOL-EXTENSION ::= {

UEPerformance ::= SEQUENCE {
	uE-AveragePacketDelay						AveragePacketDelay		OPTIONAL,
	uE-AveragePacketLossDL						INTEGER (0..1000000, ...)		OPTIONAL,
	uE-AveragePacketDropDL						INTEGER (0..1000000, ...)		OPTIONAL,
	uE-AveragePacketLossUL						INTEGER (0..1000000, ...)		OPTIONAL,
	iE-Extensions								ProtocolExtensionContainer { { UEPerformance-ExtIEs} } OPTIONAL,
	...
@@ -6784,6 +6804,16 @@ UEPerformance-ExtIEs E1AP-PROTOCOL-EXTENSION ::= {
	...
}

UEPerformanceCollectionConfiguration ::= SEQUENCE {
	collectionTimeDurationForUEPerformance				INTEGER(1..5000, ...),
	iE-Extensions								ProtocolExtensionContainer { { UEPerformanceCollectionConfiguration-ExtIEs} } OPTIONAL,
	...
}

UEPerformanceCollectionConfiguration-ExtIEs E1AP-PROTOCOL-EXTENSION ::= {
	...
}

UESliceMaximumBitRateList ::= SEQUENCE (SIZE(1.. maxnoofSMBRValues)) OF UESliceMaximumBitRateItem
UESliceMaximumBitRateItem ::= SEQUENCE {
	sNSSAI		SNSSAI,
@@ -7072,6 +7102,7 @@ maxnoofMBSServiceAreaInformation INTEGER ::= 256
maxnoofDUs									INTEGER ::= 512
maxnoofUEReports							INTEGER ::= 16
maxnoofThresholds							INTEGER ::= 8
maxFailedMeasPerNode						INTEGER ::= 124



@@ -7318,6 +7349,8 @@ id-MMSID ProtocolIE-ID ::= 233
id-Remaining-time-based-rLC-retransmission-threshold			ProtocolIE-ID ::= 234
id-Remaining-time-based-rLC-polling-threshold					ProtocolIE-ID ::= 235
id-DL-PDU-Set-Info-Marking-Support-Ind						ProtocolIE-ID ::= 236
id-UEPerformanceCollectionConfiguration							ProtocolIE-ID ::= 237
id-NodeMeasurementInitiationResult-List							ProtocolIE-ID ::= 238


END
+28 −15
Original line number Diff line number Diff line
@@ -1119,6 +1119,7 @@ IMPORTS
	LAI,
	LocationReportingRequestType,
	LPWUSPSAssistanceInformation,
	LPWUSDisableIndication,
	LTE-A2X-ServicesAuthorized,
	LTEM-Indication,
	LTEUESidelinkAggregateMaximumBitrate,
@@ -1400,6 +1401,7 @@ FROM NGAP-Containers
	id-InventoryReportTransfer,
	id-LocationReportingRequestType,
	id-LPWUSPSAssistanceInformation,
	id-LPWUSDisableIndication,
	id-LTE-A2X-ServicesAuthorized,
	id-LTE-A2X-UE-PC5-AggregateMaximumBitRate,
	id-LTEM-Indication,
@@ -1965,7 +1967,7 @@ UEContextReleaseRequest-IEs NGAP-PROTOCOL-IES ::= {
	{ ID id-RAN-UE-NGAP-ID						CRITICALITY reject	TYPE RAN-UE-NGAP-ID								PRESENCE mandatory	}|
	{ ID id-PDUSessionResourceListCxtRelReq		CRITICALITY reject	TYPE PDUSessionResourceListCxtRelReq		PRESENCE optional		}|
	{ ID id-Cause								CRITICALITY ignore	TYPE Cause										PRESENCE mandatory	}|
	{ ID id-GW-Context-Release-Indication		CRITICALITY ignore	TYPE GW-Context-Release-Indication			PRESENCE optional		},
	{ ID id-GW-Context-Release-Indication		CRITICALITY reject	TYPE GW-Context-Release-Indication			PRESENCE optional		},
	...
}

@@ -2856,7 +2858,8 @@ PagingIEs NGAP-PROTOCOL-IES ::= {
	{ ID id-NR-PagingeDRXInformation		CRITICALITY ignore	TYPE NR-PagingeDRXInformation			PRESENCE optional		}|
	{ ID id-PagingCause						CRITICALITY ignore	TYPE PagingCause						PRESENCE optional		}|
	{ ID id-PEIPSassistanceInformation		CRITICALITY ignore	TYPE PEIPSassistanceInformation			PRESENCE optional		}|
	{ ID id-LPWUSPSAssistanceInformation	CRITICALITY ignore	TYPE LPWUSPSAssistanceInformation		PRESENCE optional		},
	{ ID id-LPWUSPSAssistanceInformation	CRITICALITY ignore	TYPE LPWUSPSAssistanceInformation		PRESENCE optional		}|
	{ ID id-LPWUSDisableIndication      	CRITICALITY ignore	TYPE LPWUSDisableIndication  		   PRESENCE optional		},
	...
}

@@ -3048,7 +3051,8 @@ NGRemovalResponse ::= SEQUENCE {

NGRemovalResponseIEs NGAP-PROTOCOL-IES ::= {
	{ ID id-AMFName 					CRITICALITY reject	TYPE AMFName					PRESENCE mandatory	}|
	{ ID id-CriticalityDiagnostics		CRITICALITY ignore	TYPE CriticalityDiagnostics		PRESENCE optional		},
	{ ID id-CriticalityDiagnostics		CRITICALITY ignore	TYPE CriticalityDiagnostics		PRESENCE optional		}|
	{ ID id-Extended-AMFName			CRITICALITY ignore	TYPE Extended-AMFName			PRESENCE optional		},
	...
}

@@ -3168,7 +3172,8 @@ RANConfigurationUpdateIEs NGAP-PROTOCOL-IES ::= {
	{ ID id-NGRAN-TNLAssociationToRemoveList		CRITICALITY reject	TYPE NGRAN-TNLAssociationToRemoveList			PRESENCE optional	}|
	{ ID id-NB-IoT-DefaultPagingDRX					CRITICALITY ignore	TYPE NB-IoT-DefaultPagingDRX						PRESENCE optional	}|
	{ ID id-Extended-RANNodeName					CRITICALITY ignore	TYPE Extended-RANNodeName							PRESENCE optional	}|
	{ ID id-AdditionalULI							CRITICALITY ignore	TYPE AdditionalULI 									PRESENCE optional	},
	{ ID id-AdditionalULI							CRITICALITY ignore	TYPE AdditionalULI 									PRESENCE optional	}|
	{ ID id-AIoT-Support							CRITICALITY reject	TYPE AIoT-Support									PRESENCE optional	},
	...
}

@@ -5125,6 +5130,7 @@ IMPORTS
	id-LastVisitedPSCellList,
	id-LocationReportingAdditionalInfo,
	id-LPWUSPSAssistanceInformation,
	id-LPWUSDisableIndication,
	id-M4ReportAmount,
	id-M5ReportAmount,
	id-M6ReportAmount,
@@ -5284,7 +5290,7 @@ IMPORTS
	id-DLPDUSetInformationMarkingSupportIndication,
	id-MonitoringRequestonAvailableBitrate,
	id-MMSID,
	id-Indication-of-bitrate-adaptation,
	id-Indication-of-Bitrate-Adaptation,
	id-SCGActivationTime,
	id-Aerial-UE-FlightInformationReporting,
	id-Aerial-UE-FlightInformationReportingControl,
@@ -5511,7 +5517,7 @@ AIoTAreaID-ExtIEs NGAP-PROTOCOL-EXTENSION ::= {
	...
}

AIoT-CorrelationIdentifier ::= OCTET STRING-- needs to be replaced by a constrained type definition --
AIoT-CorrelationIdentifier ::= INTEGER (0..65535, ...)

AIoT-FollowonCommandIndication ::= ENUMERATED {true, ...}

@@ -5532,7 +5538,7 @@ AIoT-DeviceIdentificationRequested ::= CHOICE {
	groupDevices					BIT STRING (SIZE(1..1024, ...)),
	allDevices						NULL,
	choice-Extensions		ProtocolIE-SingleContainer { { AIoT-DeviceIdentificationRequested-ExtIEs} }
}-- the detailed encoding needs to be refined --
}

AIoT-DeviceIdentificationRequested-ExtIEs NGAP-PROTOCOL-IES ::= {
	...
@@ -5571,7 +5577,7 @@ AIOTFNameUTF8String ::= UTF8String (SIZE(1..150, ...))
AIoT-InventoryAssistanceInformation ::= SEQUENCE {
	expectedD2RMsgSize							INTEGER (1..256, ...),
	approximateNoofTargetDevices				INTEGER (1..65535, ...)				OPTIONAL,
	timeInterval								INTEGER (1..256, ...) 				OPTIONAL, -- the detailed value needs to be revisited --
	timeInterval								INTEGER (1..256, ...) 				OPTIONAL,
	iE-Extensions		ProtocolExtensionContainer { { AIoT-InventoryAssistanceInformation-ExtIEs} } OPTIONAL,
	...
}
@@ -6393,7 +6399,12 @@ CauseRadioNetwork ::= ENUMERATED {
	misaligned-association-for-multicast-unicast,
	eredcap-ue-not-supported,
	two-rx-xr-ue-not-supported,
	aerial-ue-flight-information-reporting-initiation-failure
	aerial-ue-flight-information-reporting-initiation-failure,
	unknown-RAN-AIoT-Device-NGAP-ID,
	requested-AIoT-service-area-information-not-served-by-the-gNB,
	unknown-AIoT-session,
	aiot-device-not-reachable,
	multiple-AIoT-session-ID-instances
}

CauseTransport ::= ENUMERATED {
@@ -6717,7 +6728,8 @@ CoreNetworkAssistanceInformationForInactive-ExtIEs NGAP-PROTOCOL-EXTENSION ::= {
	{ ID id-HashedUEIdentityIndexValue					CRITICALITY ignore	EXTENSION HashedUEIdentityIndexValue						PRESENCE optional	}|
	{ ID id-CN-MT-CommunicationHandling					CRITICALITY ignore	EXTENSION 	 CN-MT-CommunicationHandling				PRESENCE optional	}|
    { ID id-LPWUSPSAssistanceInformation				CRITICALITY ignore	EXTENSION LPWUSPSAssistanceInformation					PRESENCE optional	}|
	{ ID id-FurtherExtendedUEIdentityIndexValue			CRITICALITY ignore	EXTENSION FurtherExtendedUEIdentityIndexValue			PRESENCE optional	},
	{ ID id-FurtherExtendedUEIdentityIndexValue			CRITICALITY ignore	EXTENSION FurtherExtendedUEIdentityIndexValue			PRESENCE optional	}|
    { ID id-LPWUSDisableIndication				        CRITICALITY ignore	EXTENSION LPWUSDisableIndication					      PRESENCE optional	},
	...
}

@@ -8153,7 +8165,7 @@ IMSVoiceSupportIndicator ::= ENUMERATED {

IndexToRFSP ::= INTEGER (1..256, ...)

Indication-of-bitrate-adaptation ::= ENUMERATED {uplink, ...}
Indication-of-Bitrate-Adaptation ::= ENUMERATED {uplink, ...}

InfoOnRecommendedCellsAndRANNodesForPaging ::= SEQUENCE {
	recommendedCellsForPaging		RecommendedCellsForPaging,
@@ -8728,7 +8740,7 @@ InventoryFailureTransfer-ExtIEs NGAP-PROTOCOL-EXTENSION ::= {
InventoryReportTransfer ::= SEQUENCE {
	correlationIdentifier			AIoT-CorrelationIdentifier,
	globalgNB-ID					GlobalGNB-ID,
	readerReportList				AIoT-ReaderReportList,--the presence of the IE may be revisited--
	readerReportList				AIoT-ReaderReportList													OPTIONAL,
	inventoryCompleteIndication		ENUMERATED {true, ...}													OPTIONAL,
	iE-Extensions					ProtocolExtensionContainer { { InventoryReportTransfer-ExtIEs} }		OPTIONAL,
	...
@@ -8910,6 +8922,7 @@ LPWUSPSAssistanceInformation-ExtIEs NGAP-PROTOCOL-EXTENSION ::= {

LPWUSCNsubgroupID ::= INTEGER (0..30, ...)

LPWUSDisableIndication ::= ENUMERATED {true, ...}

LTEM-Indication	::= ENUMERATED {lte-m,...}

@@ -11547,7 +11560,7 @@ QosFlowLevelQosParameters-ExtIEs NGAP-PROTOCOL-EXTENSION ::= {
	{ID id-PDUsetQoSParameters				CRITICALITY	ignore	EXTENSION PDUsetQoSParameters					PRESENCE optional}|
	{ID id-DLPDUSetInformationMarkingSupportIndication	CRITICALITY ignore	EXTENSION DLPDUSetInformationMarkingSupportIndication		PRESENCE optional}|
	{ ID id-MMSID							CRITICALITY ignore	EXTENSION MMSID									PRESENCE optional}|
	{ ID id-Indication-of-bitrate-adaptation	CRITICALITY ignore	EXTENSION Indication-of-bitrate-adaptation	PRESENCE optional},
	{ ID id-Indication-of-Bitrate-Adaptation	CRITICALITY ignore	EXTENSION Indication-of-Bitrate-Adaptation	PRESENCE optional},
	...
}

@@ -14473,11 +14486,11 @@ maxProtocolIEs INTEGER ::= 65535
	id-DLPDUSetInformationMarkingSupportIndication			ProtocolIE-ID ::= 488
	id-MonitoringRequestonAvailableBitrate					ProtocolIE-ID ::= 489
	id-MMSID												ProtocolIE-ID ::= 490
	id-Indication-of-bitrate-adaptation						ProtocolIE-ID ::= 491
	id-Indication-of-Bitrate-Adaptation						ProtocolIE-ID ::= 491
	id-SCGActivationTime									ProtocolIE-ID ::= 492
	id-Aerial-UE-FlightInformationReporting					ProtocolIE-ID ::= 493
	id-Aerial-UE-FlightInformationReportingControl			ProtocolIE-ID ::= 494

	id-LPWUSDisableIndication								ProtocolIE-ID ::= 495



+159 −156

File changed.

Preview size limit exceeded, changes collapsed.

+127 −53

File changed.

Preview size limit exceeded, changes collapsed.