B.2 Mapping
28.3033GPPLicensed Shared Access (LSA) Controller (LC) Integration Reference Point (IRP)Release 17Solution Set (SS) definitionsTelecommunication managementTS
B.2.1 Operation mapping
3GPP TS 28.302 [2] defines the semantics of operations. This chapter specifies the mapping of these operations to their SS equivalents.
Table B.2.1.1: Mapping from IS operations to SS equivalents (scenario 1, interface OperationsInvokedByNM)
|
IS operation (3GPP TS 28.302 [2]) |
SS operation |
Port |
Support Qualifier |
|---|---|---|---|
|
requestLcRegistration |
requestLcRegistration |
LCIRPLCPort |
M |
|
requestLcDeRegistration |
requestLcDeRegistration |
LCIRPLCPort |
M |
|
getLSRAI |
getLSRAI |
LCIRPLCPort |
M |
Table B.2.1.2: Mapping from IS operations to SS equivalents (scenario 1, interface OperationsInvokedByLC)
|
IS operation (3GPP TS 28.302 [2]) |
SS operation |
Port |
Support Qualifier |
|---|---|---|---|
|
getLSRAIConfirmation |
getLSRAIConfirmation |
LCIRPNMPort |
M |
Table B.2.1.3: Mapping from IS operations to SS equivalents (scenario 2, interface OperationsInvokedByNM)
|
IS operation (3GPP TS 28.302 [2]) |
SS operation |
Port |
Support Qualifier |
|---|---|---|---|
|
cellsUpdate |
cellsUpdate |
LCIRPLCPort |
M |
|
cellsConstraintsSatisfied |
cellsConstraintsSatisfied |
LCIRPLCPort |
M |
Table B.2.1.4: Mapping from IS operations to SS equivalents (scenario 2, interface OperationsInvokedByLC)
|
IS operation (3GPP TS 28.302 [2]) |
SS operation |
Port |
Support Qualifier |
|---|---|---|---|
|
cellsConstraintsUpdate |
cellsConstraintsUpdate |
LCIRPNMPort |
M |
B.2.2 Notification mapping
3GPP TS 28.302 [2] defines the semantics of notifications. This clause specifies the mapping of these notifications to their SS equivalents.
Table B.2.2.1: Mapping from IS operations to SS equivalents (scenario 1, interface NotificationsEmittedByLC)
|
IS notification (3GPP TS 28.302 [2]) |
SS notification |
Port |
Support Qualifier |
|---|---|---|---|
|
notifyLCRegistration |
notifyLCRegistration |
LCIRPLCPort |
M |
|
notifyLCDeRegistration |
notifyLCDeRegistration |
LCIRPLCPort |
M |
|
notifyZoneCreation |
notifyZoneCreation |
LCIRPLCPort |
M |
|
notifyZoneDeletion |
notifyZoneDeletion |
LCIRPLCPort |
M |
|
notifyZoneModification |
notifyZoneModification |
LCIRPLCPort |
M |
Table B.2.2.2: Mapping from IS operations to SS equivalents (scenario 1, interface NotificationsEmittedByNM)
|
IS notification (3GPP TS 28.302 [2]) |
SS notification |
Port |
Support Qualifier |
|---|---|---|---|
|
notifyLSRAIConfirmation |
notifyLSRAIConfirmation |
LCIRPNMPort |
M |
Table B.2.2.3: Mapping from IS operations to SS equivalents (scenario 2, interface NotificationsEmittedByLC)
|
IS notification (3GPP TS 28.302 [2]) |
SS notification |
Port |
Support Qualifier |
|---|---|---|---|
|
notifyLCRegistration |
notifyLCRegistration |
LCIRPLCPort |
M |
|
notifyLCDeRegistration |
notifyLCDeRegistration |
LCIRPLCPort |
M |
Table B.2.2.4: Mapping from IS operations to SS equivalents (scenario 2, interface NotificationsEmittedByNM)
|
IS notification (3GPP TS 28.302 [2]) |
SS notification |
Port |
Support Qualifier |
|---|---|---|---|
B.2.3 Operation parameter mapping
B.2.3.1 Operation requestLcRegistration
B.2.3.1.1 Input parameters
Table B.2.3.1.1.1: Mapping from IS requestLcRegistration input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
licenseeId |
licenseeId |
M |
|
lCId |
lCId |
M |
|
lRId |
lRId |
M |
XML schema fragment of the requestLcRegistration request:
<element name="requestLcRegistrationRequest">
<complexType>
<sequence>
<element name="licenseeId" type="integer"/>
<element name="lCId" type="integer"/>
<element name="lRId" type="integer"/>
</sequence>
</complexType>
</element>
B.2.3.1.2 Output parameters
Table B.2.3.1.2.1: Mapping from IS requestLcRegistration output parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
licenseeId |
licenseeId |
M |
|
lCId |
lCId |
M |
|
lRId |
lRId |
M |
|
cause |
cause |
M |
|
result |
No direct mapping |
— |
XML schema fragment of the requestLcRegistration response:
<element name="requestLcRegistrationResponse">
<complexType>
<sequence>
<element name="licenseeId" type="integer"/>
<element name="lCId" type="integer"/>
<element name="lRId" type="integer"/>
</sequence>
</complexType>
</element>
B.2.3.1.3 Fault definition
<element name="requestLcRegistrationFault">
<complexType>
<choice>
<element name="cause" type="integer"/>
</choice>
</complexType>
</element>
B.2.3.2 Operation requestLcDeRegistration
B.2.3.2.1 Input parameters
Table B.2.3.2.1.1: Mapping from IS requestLcDeRegistration input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
lCId |
lCId |
M |
|
lRId |
lRId |
M |
XML schema fragment of the requestLcDeRegistration request:
<element name="requestLcDeRegistrationRequest">
<complexType>
<sequence>
<element name="lCId" type="integer"/>
<element name="lRId" type="integer"/>
</sequence>
</complexType>
</element>
B.2.3.2.2 Output parameters
Table B.2.3.2.2.2: Mapping from IS requestLcDeRegistration output parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
lCId |
lCId |
M |
|
lRId |
lRId |
M |
|
cause |
cause |
M |
|
result |
No direct mapping |
— |
XML schema fragment of the requestLcDeRegistration response:
<element name="requestLcDeRegistrationResponse">
<complexType>
<sequence>
<element name="lCId" type="integer"/>
<element name="lRId" type="integer"/>
</sequence>
</complexType>
</element>
B.2.3.2.3 Fault definition
<element name="requestLcDeRegistrationFault">
<complexType>
<choice>
<element name="cause" type="integer"/>
</choice>
</complexType>
</element>
B.2.3.3 Operation getLSRAI
B.2.3.3.1 Input parameters
Table B.2.3.3.1.1: Mapping from IS getLSRAI input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
scope |
scope |
M |
XML schema fragment of the getLSRAI request:
<element name="getLSRAIRequest">
<complexType>
<sequence>
<element name="scope" type="zoneIdListType"/>
</sequence>
</complexType>
</element>
B.2.3.3.2 Output parameters
Table B.2.3.3.2.1: Mapping from IS getLSRAI output parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
lSRAI |
lSRAI |
M |
|
status |
No direct mapping |
— |
XML schema fragment of the getLSRAI response:
<element name="getLSRAIResponse">
<complexType>
<sequence>
<element name="lSRAI" type="lSRAIIocType"/>
</sequence>
</complexType>
</element>
B.2.3.3.3 Fault definition
<element name="getLSRAIFault">
<complexType>
<choice>
<element name="cause" type="integer"/>
</choice>
</complexType>
</element>
B.2.3.4 Operation getLSRAIConfirmation
B.2.3.4.1 Input parameters
Table B.2.3.4.1.1: Mapping from IS getLSRAIConfirmation input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
status |
No direct mapping |
— |
XML schema fragment of the getLSRAIConfirmation request:
<element name="getLSRAIConfirmationRequest">
<complexType>
<sequence>
</sequence>
</complexType>
</element>
B.2.3.4.2 Output parameters
Table B.2.3.4.2.1: Mapping from IS getLSRAIConfirmation output parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
confirmedZoneList |
confirmedZoneList |
M |
XML schema fragment of the getLSRAIConfirmation response:
<element name="getLSRAIConfirmationResponse">
<complexType>
<sequence>
<element name="confirmedZoneList" type="zoneIdListType"/>
</sequence>
</complexType>
</element>
B.2.3.4.3 Fault definition
<element name="getLSRAIConfirmationFault">
<complexType>
<choice>
<element name="cause" type="integer"/>
</choice>
</complexType>
</element>
B.2.3.5 Operation cellsUpdate
B.2.3.5.1 Input parameters
Table B.2.3.5.1.1: Mapping from IS cellsUpdate input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
addedLSACells |
addedLSACells |
O |
|
modifiedLSACells |
modifiedLSACells |
O |
|
removedLSACells |
removedLSACells |
O |
XML schema fragment of the cellsUpdate request:
<element name="cellsUpdate">
<complexType>
<sequence>
<element name="addedLSACells" type="lSACellSType" minOccurs="0"/>
<element name="modifiedCells" type="lSACellSType" minOccurs="0"/>
<element name="removedCells" type="lSACellsType" minOccurs="0"/>
</sequence>
</complexType>
</element>
B.2.3.5.2 Output parameters
Table B.2.3.5.2.1: Mapping from IS cellsUpdate output parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
status |
No direct mapping |
— |
XML schema fragment of the cellsUpdate response:
<element name="cellsUpdate">
<complexType>
<sequence>
</sequence>
</complexType>
</element>
B.2.3.5.3 Fault definition
<element name="cellsUpdate">
<complexType>
<choice>
<element name="cause" type="integer"/>
</choice>
</complexType>
</element>
B.2.3.6 Operation cellsConstraintsSatisfied
B.2.3.6.1 Input parameters
Table B.2.3.6.1.1: Mapping from IS cellsConstraintsSatisfied input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
cellsConstraints |
cellsConstraints |
M |
XML schema fragment of the cellsConstraintsSatisfied request:
<element name="cellsConstraintsSatisfied">
<complexType>
<sequence>
<element name="cellsConstraints" type="cellsConstraintsType"/>
</sequence>
</complexType>
</element>
B.2.3.6.2 Output parameters
Table B.2.3.6.2.1: Mapping from IS cellsConstraintsSatisfied output parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
status |
No direct mapping |
— |
XML schema fragment of the cellsConstrainsSatisfied response:
<element name="cellsConstraintsSatisfied">
<complexType>
<sequence>
</sequence>
</complexType>
</element>
B.2.3.6.3 Fault definition
<element name="cellsConstraintsSatisfied">
<complexType>
<choice>
<element name="cause" type="integer"/>
</choice>
</complexType>
</element>
B.2.3.7 Operation cellsConstraintsUpdate
B.2.3.7.1 Input parameters
Table B.2.3.7.1.1: Mapping from IS cellsConstraintsUpdate input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
cellsConstraints |
cellsConstraints |
M |
XML schema fragment of the cellsConstraintsUpdaterequest:
<element name="cellsConstraintsUpdate">
<complexType>
<sequence>
<element name="cellsConstraints" type="cellsConstraintsType"/>
</sequence>
</complexType>
</element>
B.2.3.7.2 Output parameters
Table B.2.3.7.2.1: Mapping from IS cellsConstraintsUpdate output parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
status |
No direct mapping |
— |
XML schema fragment of the cellsConstrainsUpdate response:
<element name="cellsConstraintsUpdate">
<complexType>
<sequence>
</sequence>
</complexType>
</element>
B.2.3.7.3 Fault definition
<element name="cellsConstraintsUpdate">
<complexType>
<choice>
<element name="cause" type="integer"/>
</choice>
</complexType>
</element>
B.2.4 Notification parameter mapping
B.2.4.1 Notification notifyLCRegistration
B.2.4.1.1 Input parameters
Table B.2.4.1.1.1: Mapping from IS notifyLCRegistration input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
licenseeId |
licenseeId |
M |
|
lCId |
lCId |
M |
|
lRId |
lRId |
M |
XML schema fragment of the notifyLCRegistration request:
<!– notifyLCRegistration Request –>
<element name="notifyLCRegistration">
<complexType>
<sequence>
<element name="licenseeId" type="integer"/>
<element name="lCId" type="integer"/>
<element name="lRId" type="integer"/>
</sequence>
</complexType>
</element>
B.2.4.2 Notification notifyLCDeRegistration
B.2.4.2.1 Input parameters
Table B.2.4.2.1.1: Mapping from IS notifyLCDeRegistration input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
licenseeId |
licenseeId |
M |
|
lCId |
lCId |
M |
|
lRId |
lRId |
M |
XML schema fragment of the notifyLCDeRegistration request:
<!– notifyLCDeRegistration Request –>
<element name="notifyLCDeRegistration">
<complexType>
<sequence>
<element name="licenseeId" type="integer"/>
<element name="lCId" type="integer"/>
<element name="lRId" type="integer"/>
</sequence>
</complexType>
</element>
B.2.4.3 Notification notifyZoneCreation
B.2.4.3.1 Input parameters
Table B.2.4.3.1.1: Mapping from IS notifyZoneCreation input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
lSRAI |
lSRAI |
M |
XML schema fragment of the notifyZoneCreation request:
<!– notifyZoneCreation Request –>
<element name="notifyZoneCreation">
<complexType>
<sequence>
<element name="lSRAI" type="lSRAIIocType"/>
</sequence>
</complexType>
</element>
B.2.4.4 Notification notifyZoneDeletion
B.2.4.4.1 Input parameters
Table B.2.4.4.1.1: Mapping from IS notifyZoneDeletion input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
lSRAI |
lSRAI |
M |
XML schema fragment of the notifyZoneDeletion request:
<!– notifyZoneDeletion Request –>
<element name="notifyZoneDeletion">
<complexType>
<sequence>
<element name="lSRAI" type="lSRAIIocType"/>
</sequence>
</complexType>
</element>
B.2.4.5 Notification notifyZoneModification
B.2.4.5.1 Input parameters
Table B.2.4.5.1.1: Mapping from IS notifyZoneModification input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
lSRAI |
lSRAI |
M |
XML schema fragment of the notifyZoneModification request:
<!– notifyZoneModification Request –>
<element name="notifyZoneModification">
<complexType>
<sequence>
<element name="lSRAI" type=" lSRAIIocType "/>
</sequence>
</complexType>
</element>
B.2.4.6 Notification notifyLSRAIConfirmation
B.2.4.6.1 Input parameters
Table B.2.4.6.1.1: Mapping from IS notifyLSRAIConfirmation input parameters to SS equivalents
|
IS Operation parameter |
SS Method parameter |
Qualifier |
|
confirmedZoneList |
confirmedZoneList |
M |
XML schema fragment of the notifyLSRAIConfirmation request:
<!– notifyLSRAIConfirmation Request –>
<element name="notifyLSRAIConfirmation">
<complexType>
<sequence>
<element name="confirmedZoneList" type="zoneIdListType"/>
</sequence>
</complexType>
</element>