hash
stringlengths 32
32
| doc_id
stringlengths 7
13
| section
stringlengths 3
121
| content
stringlengths 0
3.82M
|
---|---|---|---|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.1.2 Test strategy
|
As the base standard TS 183 054 [1] contains no explicit requirements for testing, the TPs were generated as a result of an analysis of the base standard and the PICS specification TS 186 016-1 [2]. The criteria applied include the following: • Whether or not a test case can be built from the TP is not considered. ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 9
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2 Test Purposes for Closed User Group (CUG)
| |
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.1 TPs at the originating UA
|
TSS CUG/originating_UE TP CUG_U01_001 CUG reference clause 4.5.2.1 Selection expression Test purpose Explicit request of CUG service. The originating user requests explicitly the CUG service by including in the initial INVITE an xml CUGrequestType containing the preferred CUG and an outgoing access request set to "true". Preconditions: SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[PIXIT]</cugIndex> </cugCallOperation> </cug> Comments: User equipment Test equipment INVITE requesting CUG explicitly
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2 Test Purposes at the Application Server of the originating User
|
In clauses 5.2.2.1 through to 5.2.2.6 the originating user is member of one closed user group which is not assigned as preferential. In the following test purposes the CUG index of this closed user group is referred to as "registered CUGIndex". In clause 5.2.2.4 through to 5.2.2.6 the originating user is also member of a second closed user group which is assigned as preferential. In the relevant test purposes the CUG index of this second closed user group is referred to as "preferred CUGIndex". In clause 5.2.2.7 the originating user has not subscribed to the CUG service. ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 10
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.1 CUG without preference
|
TSS CUG/originating_AS/CUG without preference TP CUG_N01_001 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE with CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE1: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG without preference TP CUG_N01_002 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, rejects the INVITE request by sending a 603 Decline. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 11 TSS CUG/originating_AS/CUG without preference TP CUG_N01_003 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG without preference TP CUG_N01_004 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[registered CUG index]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 12 TSS CUG/originating_AS/CUG without preference TP CUG_N01_005 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, rejects the INVITE request by sending a 603 Decline. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK TSS CUG/originating_AS/CUG without preference TP CUG_N01_006 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 13 TSS CUG/originating_AS/CUG without preference TP CUG_N01_007 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE without CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = false, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>FALSE</outgoingAccessRequest> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG without preference TP CUG_N01_008 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE without CUG index and with outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 14 TSS CUG/originating_AS/CUG without preference TP CUG_N01_009 CUG reference clause 4.5.2.4 Selection expression PICS 1/1 Test purpose CUG without preference: INVITE for non-CUG communication, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing no xml element cug, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: not allowed SIP header values: INVITE: No xml element <cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.2 CUG without preference + OAE
|
TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_001 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE with CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 15 TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_002 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, rejects the INVITE request by sending a 603 Decline. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_003 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 16 TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_004 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_005 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 17 TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_006 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_007 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE without CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = false, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>FALSE</outgoingAccessRequest> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 18 TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_008 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE without CUG index and with outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG without preference + OAE TP CUG_N02_009 CUG reference clause 4.5.2.4 Selection expression PICS 1/2 Test purpose CUG without preference + OAE: INVITE for non-CUG communication, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing no xml element cug, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed per communication SIP header values: INVITE: No xml element <cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 19
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.3 CUG without preference + OAI
|
TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_001 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE with CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_002 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE with CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 20 TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_003 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_004 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[ registered CUG]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 21 TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_005 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_006 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 22 TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_007 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE without CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = false, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>FALSE</outgoingAccessRequest> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_008 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE without CUG index and with outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 23 TSS CUG/originating_AS/CUG without preference + OAI TP CUG_N03_009 CUG reference clause 4.5.2.4 Selection expression PICS 1/3 Test purpose CUG without preference + OAI: INVITE for non-CUG communication, successful. Ensure that the SUT on receipt of an INVITE request containing no xml element cug, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: None designated Outgoing access: allowed permanent SIP header values: INVITE1: No xml element <cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.4 CUG with preference
|
TSS CUG/originating_AS/CUG with preference TP CUG_N04_001 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE with CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE1: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 24 TSS CUG/originating_AS/CUG with preference TP CUG_N04_002 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, rejects the INVITE request by sending a 603 Decline. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK TSS CUG/originating_AS/CUG with preference TP CUG_N04_003 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 25 TSS CUG/originating_AS/CUG with preference TP CUG_N04_004 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[registered CUG index]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG with preference TP CUG_N04_005 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, rejects the INVITE request by sending a 603 Decline. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 26 TSS CUG/originating_AS/CUG with preference TP CUG_N04_006 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG with preference TP CUG_N04_007 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE without CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = false, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to preferred CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>FALSE</outgoingAccessRequest> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[registered CUG index]</ networkIndicator> <cugInterlockBinaryCode>[related to preferred CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 27 TSS CUG/originating_AS/CUG with preference TP CUG_N04_008 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE without CUG index and with outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG with preference TP CUG_N04_009 CUG reference clause 4.5.2.4 Selection expression PICS 1/4 Test purpose CUG with preference: INVITE for non-CUG communication, successful. Ensure that the SUT on receipt of an INVITE request containing no xml element cug, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to preferred CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: not allowed SIP header values: INVITE1: No xml element <cug> INVITE2: <cug> <networkIndicator >[registered CUG index]</ networkIndicator> <cugInterlockBinaryCode>[related to preferred CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 28
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.5 CUG with preference + OAE
|
TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_001 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE with CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_002 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, rejects the INVITE request by sending a 603 Decline. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 29 TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_003 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_004 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 30 TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_005 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: OCB Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_006 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 31 TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_007 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE without CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = false, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to preferred CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>FALSE</outgoingAccessRequest> </cugCallOperation> </cug> INVITE2: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to preferred CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_008 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE without CUG index and with outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 32 TSS CUG/originating_AS/CUG with preference + OAE TP CUG_N05_009 CUG reference clause 4.5.2.4 Selection expression PICS 1/5 Test purpose CUG with preference + OAE: INVITE for non-CUG communication, successful. Ensure that the SUT on receipt of an INVITE request containing no xml element cug, returns an INVITE request containing an xml element cug with cugInterlockBinaryCode related to preferred CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access). Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed per communication SIP header values: INVITE1: No xml element <cug> INVITE2: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to preferred CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.6 CUG with preference + OAI
|
TSS CUG/originating_AS/CUG with preference + OAI TP CUG_N06_001 CUG reference clause 4.5.2.4 Selection expression PICS 1/6 Test purpose CUG with preference + OAI: INVITE with CUG index, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 33 TSS CUG/originating_AS/CUG with preference + OAI TP CUG_N06_002 CUG reference clause 4.5.2.4 Selection expression PICS 1/6 Test purpose CUG with preference + OAI: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed permanent SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG with preference + OAI TP CUG_N06_003 CUG reference clause 4.5.2.4 Selection expression PICS 1/6 Test purpose CUG with preference + OAI: INVITE with CUG index and outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[ registered CUG]</cugIndex> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 34 TSS CUG/originating_AS/CUG with preference + OAI TP CUG_N06_004 CUG reference clause 4.5.2.4 Selection expression PICS 1/6 Test purpose CUG with preference + OAI: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and unregistered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed permanent SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[unregistered CUG]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/CUG with preference + OAI TP CUG_N06_005 CUG reference clause 4.5.2.4 Selection expression PICS 1/6 Test purpose CUG with preference + OAI: INVITE without CUG index and with outgoingAccessRequest = true, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true, returns an INVITE request containing no xml element cug. Preconditions: Originating user has subscribed to CUG Options for registered and preferred CUG index: Intra CUG restrictions: None designated Options for public identity in use: Preferential CUG: registered CUG Outgoing access: allowed permanent SIP header values: INVITE1: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> </cugCallOperation> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 35
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.7 No CUG
|
TSS CUG/originating_AS/No CUG TP CUG_N07_001 CUG reference clause 4.5.2.4 Selection expression Test purpose No CUG: INVITE with CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has not subscribed to CUG SIP header values: INVITE: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/No CUG TP CUG_N07_002 CUG reference clause 4.5.2.4 Selection expression Test purpose No CUG: INVITE with CUG index and outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has not subscribed to CUG SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 36 TSS CUG/originating_AS/No CUG TP CUG_N07_003 CUG reference clause 4.5.2.4 Selection expression Test purpose No CUG: INVITE without CUG index, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = false, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has not subscribed to CUG SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>FALSE</outgoingAccessRequest> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/originating_AS/No CUG TP CUG_N07_004 CUG reference clause 4.5.2.4 Selection expression Test purpose No CUG: INVITE without CUG index and with outgoingAccessRequest = true, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Originating user has not subscribed to CUG SIP header values: INVITE: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 37
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.3 Actions at the AS of the terminating User
| |
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.3.1 CUG with OA not allowed
|
TSS CUG/ terminating _AS/CUG with OA not allowed TP CUG_N08_001 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA not allowed: INVITE with interlock code matching registered CUG index and without outgoing access, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access), returns an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Incoming access: not allowed SIP header values: INVITE1: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> INVITE2: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 38 TSS CUG/ terminating _AS/CUG with OA not allowed TP CUG_N08_002 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA not allowed: INVITE with interlock code matching registered CUG index and without outgoing access, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access), rejects the INVITE request by sending a 603 Decline. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: ICB Options for public identity in use: Incoming access: not allowed SIP header values: INVITE: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK TSS CUG/ terminating _AS/CUG with OA not allowed TP CUG_N08_003 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA not allowed: INVITE with interlock code not matching registered CUG index and without outgoing access, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode not related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access), rejects the INVITE request by sending a 403 Forbidden. Preconditions: Terminating user has subscribed to CUG Options for public identity in use: Incoming access: not allowed SIP header values: INVITE: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[not related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 39 TSS CUG/ terminating _AS/CUG with OA not allowed TP CUG_N08_004 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA allowed: INVITE with interlock code matching registered CUG index and without outgoing access, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access), returns an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Incoming access: allowed SIP header values: INVITE1: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> INVITE2: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/ terminating _AS/CUG with OA not allowed TP CUG_N08_005 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA allowed: INVITE with interlock code matching registered CUG index and without outgoing access, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access), rejects the INVITE request by sending a 603 Decline. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: ICB Options for public identity in use: Incoming access: allowed SIP header values: INVITE: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 40 TSS CUG/ terminating _AS/CUG with OA not allowed TP CUG_N08_006 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA allowed: INVITE with interlock code not matching registered CUG index and without outgoing access, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode not related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access), rejects the INVITE request by sending a 403 Forbidden. Preconditions: Terminating user has subscribed to CUG Options for public identity in use: Incoming access: allowed SIP header values: INVITE: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[not related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/ terminating _AS/CUG with OA not allowed TP CUG_N08_007 CUG reference clause 4.5.2.10 Selection expression Test purpose No CUG: INVITE with interlock code and without outgoing access, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode, networkIndicator (PIXIT) and cugCommunicationIndicator set to "11" (CUG without outgoing access), rejects the INVITE request by sending a 403 Forbidden. Preconditions: Terminating user has not subscribed to CUG SIP header values: INVITE: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to any CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>11</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 41
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.3.2 CUG with OA allowed
|
TSS CUG/ terminating _AS/CUG with OA allowed TP CUG_N09_001 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA not allowed: INVITE with interlock code matching registered CUG index and with outgoing access, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "10" (CUG with outgoing access), returns an INVITE request containing an xml element cug with cugCallOperation containing registered CUGIndex. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Incoming access: not allowed SIP header values: INVITE1: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>10</cugCommunicationIndicator> </cug> INVITE2: <cug> <cugCallOperation> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/ terminating _AS/CUG with OA allowed TP CUG_N09_002 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA not allowed: INVITE with interlock code matching registered CUG index and with outgoing access, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "10" (CUG with outgoing access), rejects the INVITE request by sending a 603 Decline. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: ICB Options for public identity in use: Incoming access: not allowed SIP header values: INVITE: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>10</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS INVITE 603 Decline ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 42 TSS CUG/ terminating _AS/CUG with OA allowed TP CUG_N09_003 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA not allowed: INVITE with interlock code not matching registered CUG index and with outgoing access, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode not related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "10" (CUG with outgoing access), rejects the INVITE request by sending a 403 Forbidden. Preconditions: Terminating user has subscribed to CUG Options for public identity in use: Incoming access: not allowed SIP header values: INVITE: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[not related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>10</cugCommunicationIndicator> </cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK TSS CUG/ terminating _AS/CUG with OA allowed TP CUG_N09_004 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA allowed: INVITE with interlock code matching registered CUG index and with outgoing access, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "10" (CUG with outgoing access), returns an INVITE request containing an xml element cug with cugCallOperation containing outgoingAccessRequest = true and registered CUGIndex. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: None designated Options for public identity in use: Incoming access: allowed SIP header values: INVITE1: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>10</cugCommunicationIndicator> </cug> INVITE2: <cug> <cugCallOperation> <outgoingAccessRequest>TRUE</outgoingAccessRequest> <cugIndex>[registered CUG index]</cugIndex> </cugCallOperation> </cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 43 TSS CUG/ terminating _AS/CUG with OA allowed TP CUG_N09_005 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA allowed: INVITE with interlock code matching registered CUG index and with outgoing access, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "10" (CUG with outgoing access), returns an INVITE request containing no xml element cug. Preconditions: Terminating user has subscribed to CUG Options for registered CUG index: Intra CUG restrictions: ICB Options for public identity in use: Incoming access: allowed SIP header values: INVITE1: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>10</cugCommunicationIndicator> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 TSS CUG/ terminating _AS/CUG with OA allowed TP CUG_N09_006 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA allowed: INVITE with interlock code not matching registered CUG index and with outgoing access, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode not related to registered CUG index, networkIndicator (PIXIT) and cugCommunicationIndicator set to "10" (CUG with outgoing access), returns an INVITE request containing no xml element cug. Preconditions: Terminating user has subscribed to CUG Options for public identity in use: Incoming access: allowed SIP header values: INVITE1: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[not related to registered CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>10</cugCommunicationIndicator> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 44 TSS CUG/ terminating _AS/CUG with OA allowed TP CUG_N09_007 CUG reference clause 4.5.2.10 Selection expression Test purpose No CUG: INVITE with interlock code and with outgoing access, successful. Ensure that the SUT on receipt of an INVITE request containing an xml element cug with cugInterlockBinaryCode, networkIndicator (PIXIT) and cugCommunicationIndicator set to "10" (CUG with outgoing access), returns an INVITE request containing no xml element cug. Preconditions: Terminating user has not subscribed to CUG SIP header values: INVITE1: <cug> <networkIndicator >[PIXIT]</ networkIndicator> <cugInterlockBinaryCode>[related to any CUG index]</cugInterlockBinaryCode> <cugCommunicationIndicator>10</cugCommunicationIndicator> </cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2
|
433ee6bcb33f8457a4d52f8ac89add14
|
186 016-2
|
5.2.2.3 No CUG
|
TSS CUG/ terminating _AS/No CUG TP CUG_N10_001 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA not allowed: INVITE without xml element cug, unsuccessful. Ensure that the SUT on receipt of an INVITE request containing no xml element cug, rejects the INVITE request by sending a 403 Forbidden. Preconditions: Terminating user has subscribed to CUG Options for public identity in use: Incoming access: not allowed Preconditions: Terminating user has not subscribed to CUG SIP header values: INVITE: No xml element <cug> Comments: Test equipment (ISC) AS INVITE 403 Forbidden ACK ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 45 TSS CUG/ terminating _AS/No CUG TP CUG_N10_002 CUG reference clause 4.5.2.10 Selection expression Test purpose CUG with IA allowed: INVITE without xml element cug, successful. Ensure that the SUT on receipt of an INVITE request containing no xml element cug, returns an INVITE request containing no xml element cug. Preconditions: Terminating user has subscribed to CUG Options for public identity in use: Incoming access: allowed Preconditions: Terminating user has not subscribed to CUG SIP header values: INVITE1: No xml element <cug> INVITE2: No xml element <cug> Comments: Test equipment (ISC) AS Test equipment (ISC) INVITE1 INVITE2 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 46 Annex A (informative): Change history Date WG Doc. CR Rev CAT Title / Comment Current Version New Version 10-06-09 21PTD089 001 F Update of complete document during STF368's second work session 2.1.1 2.2.1 Publication 2.2.1 2.2.1 ETSI ETSI TS 186 016-2 V2.2.1 (2009-07) 47 History Document history V2.1.1 February 2009 Publication V2.2.1 July 2009 Publication
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
1 Scope
|
The present document specifies the protocol implementation conformance statement of the Closed User Group (CUG) service, based on stage three of the IMS closed user group (CUG) simulation services. Within the Next Generation Network (NGN) the stage 3 description is specified using the IP-Multimedia Call Control Protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP).
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
2 References
|
References are either specific (identified by date of publication and/or edition number or version number) or non-specific. • For a specific reference, subsequent revisions do not apply. • Non-specific reference may be made only to a complete document or a part thereof and only in the following cases: - if it is accepted that it will be possible to use all future changes of the referenced document for the purposes of the referring document; - for informative references. Referenced documents which are not found to be publicly available in the expected location might be found at http://docbox.etsi.org/Reference. NOTE: While any hyperlinks included in this clause were valid at the time of publication ETSI cannot guarantee their long term validity.
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
2.1 Normative references
|
The following referenced documents are indispensable for the application of the present document. For dated references, only the edition cited applies. For non-specific references, the latest edition of the referenced document (including any amendments) applies. [1] ETSI TS 183 054: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN simulation services; Protocol specification Closed User Group (CUG)". [2] ETSI TS 181 002: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Multimedia Telephony with PSTN/ISDN simulation services". [3] IETF RFC 3261: "SIP: Session Initiation Protocol". [4] ISO/IEC 9646-7: "Information technology - Open Systems Interconnection - Conformance testing methodology and framework - Part 7: Implementation Conformance Statements".
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
2.2 Informative references
|
The following referenced documents are not essential to the use of the present document but they assist the user with regard to a particular subject area. For non-specific references, the latest version of the referenced document (including any amendments) applies. Not applicable. ETSI ETSI TS 186 016-1 V2.1.1 (2009-02) 6
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
3 Definitions and abbreviations
| |
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
3.1 Definitions
|
For the purposes of the present document, the terms and definitions given in TS 181 002 [2] and the following apply: escaped character: See RFC 3261 [3]. NOTE: This may contain additional information.
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
3.2 Abbreviations
|
For the purposes of the present document, the following abbreviations apply: ACK ACKnowledgement CUG Closed User Group HOLD communication HOLD IFC Initial Filter Criteria IMS IP Multimedia Subsystem IP Internet Protocol ISDN Integrated Service Data Network IUT Implementation Under Test MCID Malicious Communication IDentification NGN Next Generation Network OAE Outgoing access, explicit request required OAI Outgoing access, implicit outgoing access for all communications OCB Outgoing Communication Barring (OCB) PICS Protocol Implementation Conformance Statement PSTN Public Switched Telephone Network SDP Session Description Protocol SIP Session Initiation Protocol SUT System Under Test TSS&TP Test Suite Structure and Test Purposes XML eXtensible Markup Language 4 Protocol Implementation Conformance Statement proforma Notwithstanding the provisions of the copyright clause related to the text of the present document, ETSI grants that users of the present document may freely reproduce the PICS proforma in this clause 4 so that it can be used for its intended purposes and may further publish the completed PICS.
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.1 Instructions for completing the PICS proforma
|
4.1.1 More detailed instructions are given at the beginning of the different clauses of the PICS proforma The supplier of the implementation shall complete the PICS proforma in each of the spaces provided. If necessary, the supplier may provide additional comments separately in clause 5. ETSI ETSI TS 186 016-1 V2.1.1 (2009-02) 7
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.1.1.1 Purposes and structure
|
The purpose of this PICS proforma is to provide a mechanism whereby a supplier of an implementation of the requirements defined in reference specification [1] to [3] may provide information about the implementation in a standardized manner. The PICS proforma is subdivided into clauses for the following categories of information: • instructions for completing the PICS proforma; • identification of the implementation; • identification of the reference protocol specification; • PICS proforma tables (containing the global statement of conformance).
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.1.2 Abbreviations and conventions
|
The PICS proforma is composed of information in tabular form in accordance with the guidelines presented in ISO/IEC 9646-7 [4]. Item column It contains a number that identifies the item in the table. Item description column It describes each respective item (e.g. parameters, timers, etc.). Reference column It gives reference to the CUG specification [1], except where explicitly stated otherwise. Status column The following notations, defined in ISO/IEC 9646-7 [4], are used for the status column: m mandatory: the capability is required to be supported. n/a not applicable: in the given context, it is impossible to use the capability. No answer in the support column is required. o optional: the capability may be supported or not. o.i qualified optional: for mutually exclusive or selectable options from a set. "i" is an integer which identifies a unique group of related optional items and the logic of their selection which is defined immediately following the table. ci conditional: the requirement on the capability ("m", "o" or "n/a") depends on the support of other optional or conditional items. "i" is an integer identifying a unique conditional status expression that is defined immediately following the table. For nested conditional expressions, the syntax "IF ... THEN (IF ... THEN ... ELSE...) ELSE ..." shall be used to avoid ambiguities. If an ELSE clause is omitted, "ELSE n/a" shall be implied. NOTE: Support of a capability means that the capability is implemented in conformance to the specification(s) [1] to [3]. Support column The support column shall be filled in by the supplier of the implementation. The following common notations, defined in ISO/IEC 9646-7 [4], are used for the support column: Y or y supported by the implementation. N or n not supported by the implementation. ETSI ETSI TS 186 016-1 V2.1.1 (2009-02) 8 N/A or n/a- no answer required (allowed only if the status is N/A, directly or after evaluation of a conditional status).
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.2 Identification of the implementation
|
Identification of the Implementation Under Test (IUT) and the system in which it resides - the System Under Test (SUT) should be filled in so as to provide as much detail as possible regarding version numbers and configuration options. The product supplier information and client information should both be filled in if they are different. A person who can answer queries regarding information supplied in the PICS should be named as the contact person.
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.2.1 Date of the statement
|
Date of the statement:
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.2.2 Implementation Under Test (IUT) identification
|
IUT name: IUT version:
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.2.3 System Under Test (SUT) identification
|
SUT name: Hardware configuration: Operating system:
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.2.4 Product supplier
|
Name: Address: Telephone number: Facsimile number: Additional information:
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.2.5 Client
|
Name: Address: Telephone number: Facsimile number: Additional information:
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.2.6 PICS contact person
|
Name: Telephone number: Facsimile number: Additional information: ETSI ETSI TS 186 016-1 V2.1.1 (2009-02) 9
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.3 PICS proforma tables
| |
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.3.1 Global statement of conformance
|
(Yes/No) Are all mandatory capabilities implemented?
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
4.3.2 Network capabilities
|
Table 1: Network capabilities Item Item description Reference Status Support 1 Is the CUG without preference supported? 4.5.2.4 o1 2 Is the CUG Outgoing access, explicit request required without preference supported? 4.5.2.4 o1 3 Is the CUG Outgoing access, implicit outgoing access for all communications without preference supported? 4.5.2.4 o1 4 Is the CUG with preference supported? 4.5.2.4 o1 5 Is the CUG+OAE with preference supported? 4.5.2.4 o1 6 Is the CUG Outgoing access, implicit outgoing access for all communications with preference supported? 4.5.2.4 o1 o1: at least one of this items should be provided
|
4a9aaef052a3100fd2237ad8b123c1c1
|
186 016-1
|
5 Additional information for PICS
|
ETSI ETSI TS 186 016-1 V2.1.1 (2009-02) 10 History Document history V2.1.1 February 2009 Publication
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
1 Scope
|
The present document specifies the protocol implementation conformance statement of the Completion of Communications to Busy Subscriber (CCBS) service and the Completion of Communication on no Reply (CCNR) service, based on stage three of the IMS simulation services. Within the Next Generation Network (NGN) the stage 3 description is specified using the IP Multimedia Call Control Protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP).
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
2 References
|
References are either specific (identified by date of publication and/or edition number or version number) or non-specific. • For a specific reference, subsequent revisions do not apply. • Non-specific reference may be made only to a complete document or a part thereof and only in the following cases: - if it is accepted that it will be possible to use all future changes of the referenced document for the purposes of the referring document; - for informative references. Referenced documents which are not found to be publicly available in the expected location might be found at http://docbox.etsi.org/Reference. NOTE: While any hyperlinks included in this clause were valid at the time of publication ETSI cannot guarantee their long term validity.
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
2.1 Normative references
|
The following referenced documents are indispensable for the application of the present document. For dated references, only the edition cited applies. For non-specific references, the latest edition of the referenced document (including any amendments) applies. [1] ETSI TS 183 042 (V2.1.1): "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN Simulation Services; Completion of Communications to Busy Subscriber (CCBS), Completion of Communications by No Reply (CCNR); Protocol Specification". [2] ISO/IEC IS 9646-7: "Information Technology - Open Systems Interconnection - conformance Testing Methodologie and framework Part 7 - Implementation Conformance Statements".
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
2.2 Informative references
|
The following referenced documents are not essential to the use of the present document but they assist the user with regard to a particular subject area. For non-specific references, the latest version of the referenced document (including any amendments) applies. Not applicable. ETSI ETSI TS 186 021-1 V2.1.1 (2009-07) 6
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
3 Definitions and abbreviations
| |
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
3.1 Definitions
|
For the purposes of the present document, the terms and definitions given in [1] apply.
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
3.2 Abbreviations
|
For the purposes of the present document, the abbreviations given in [1] and the following apply: IUT Implementation Under Test. SUT System Under Test 4 Protocol Implementation Conformance Statement proforma Notwithstanding the provisions of the copyright clause related to the text of the present document, ETSI grants that users of the present document may freely reproduce the PICS proforma in this clause so that it can be used for its intended purposes and may further publish the completed PICS.
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.1 Instructions for completing the PICS proforma
|
4.1.1 More detailed instructions are given at the beginning of the different clauses of the PICS proforma The supplier of the implementation shall complete the PICS proforma in each of the spaces provided. If necessary, the supplier may provide additional comments separately in clause 5.
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.1.1.1 Purposes and structure
|
The purpose of this PICS proforma is to provide a mechanism whereby a supplier of an implementation of the requirements defined in reference specification [1] may provide information about the implementation in a standardized manner. The PICS proforma is subdivided into clauses for the following categories of information: • instructions for completing the PICS proforma; • identification of the implementation; • identification of the reference protocol specification; • PICS proforma tables (containing the global statement of conformance).
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.1.2 Abbreviations and conventions
|
The PICS proforma is composed of information in tabular form in accordance with the guidelines presented in ISO/IEC 9646-7 [2]: Item column It contains a number that identifies the item in the table. ETSI ETSI TS 186 021-1 V2.1.1 (2009-07) 7 Item description column It describes each respective item (e.g. parameters, timers, etc.). Reference column It gives reference to the CCBS/CCNR specification [1], except where explicitly stated otherwise. Status column The following notations, defined in ISO/IEC 9646-7 [2], are used for the status column: m mandatory - the capability is required to be supported. n/a not applicable - in the given context, it is impossible to use the capability. No answer in the support column is required. o optional - the capability may be supported or not. o.i qualified optional - for mutually exclusive or selectable options from a set. "i" is an integer which identifies a unique group of related optional items and the logic of their selection which is defined immediately following the table. ci conditional - the requirement on the capability ("m", "o" or "n/a") depends on the support of other optional or conditional items. "i" is an integer identifying a unique conditional status expression that is defined immediately following the table. For nested conditional expressions, the syntax "IF ... THEN (IF ... THEN ... ELSE...) ELSE ..." shall be used to avoid ambiguities. If an ELSE clause is omitted, "ELSE n/a" shall be implied. NOTE: Support of a capability means that the capability is implemented in conformance to the specification [1]. Support column The support column shall be filled in by the supplier of the implementation. The following common notations, defined in ISO/IEC 9646-7 [2], are used for the support column: Y or y supported by the implementation. N or n not supported by the implementation. N/A or n/a- no answer required (allowed only if the status is N/A, directly or after evaluation of a conditional status).
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.2 Identification of the implementation
|
Identification of the Implementation Under Test (IUT) and the system in which it resides - the System Under Test (SUT) should be filled in so as to provide as much detail as possible regarding version numbers and configuration options. The product supplier information and client information should both be filled in if they are different. A person who can answer queries regarding information supplied in the PICS should be named as the contact person.
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.2.1 Date of the statement
|
Date of the statement: ETSI ETSI TS 186 021-1 V2.1.1 (2009-07) 8
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.2.2 Implementation Under Test (IUT) identification
|
IUT name: IUT version:
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.2.3 System Under Test (SUT) identification
|
SUT name: Hardware configuration: Operating system:
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.2.4 Product supplier
|
Name: Address: Telephone number: Facsimile number: Additional information:
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.2.5 Client
|
Name: Address: Telephone number: Facsimile number: Additional information:
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.2.6 PICS contact person
|
Name: Telephone number: Facsimile number: Additional information: ETSI ETSI TS 186 021-1 V2.1.1 (2009-07) 9
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.3 PICS proforma tables
| |
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.3.1 Global statement of conformance
|
(Yes/No) Are all mandatory capabilities implemented?
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
4.3.2 Network capabilities
|
Table 1: Network capabilities Item Item description Reference Status Support 1 Is the CCBS/CCNR request retention option supported? 4.5.4.2.3.2.4/[1] o 2 Is the retain option supported? 4.5.4.3.4.2/[1] o 3 Is it possible to activate a further CCBS or CCNR request for an identical communication, determined by the stored basic communication information 4.5.4.2.1.1.1/[1] o 4 Has the originating AS knowledge that UE-A does not support the REFER method extension, the originating AS starts the 3rd party call control procedures 4.5.4.2.3/[1] o 5 Does the originating CC-AS reduce the number of request entries for the caller? 4.5.4.2.1.1.3/[1] o 6 Does the terminating CC-AS reduce the number of request entries for the callee? 4.5.4.3.2/[1] o 7 Does the terminating CC-AS sends an indication to the originating CC-AS that CCBS or CCNR is possible if the terminating user has activated CFU while the recall is in progress? 4.6.8.2/[1] o 8 It is possible that an outstanding CC request can be revoked by the user using service code commands? 4.5.4.2.2.1.2/[1] o 9 Does the terminating CC-AS accepts a recall with identical originating and terminating identity information as stored in the request without CC indication? 4.5.4.3.4.1.3/[1] 4.5.4.3.4.1.4/[1] o Table 2: Timer Item Timer number Reference Status Support Values in seconds allowed supported CC-T1 4.8.1/ [1] m 15 CC-T2 4.8.1/ [1] m > 10 CC-T3 4.8.1/ [1] m ≤ 10 800 CC-T4 4.8.1/ [1] m ≤ 20 CCNR-T5 4.8.1/ [1] m ≤ 20 CC-T7 4.8.1/ [1] m ≤ 11 400 CC-T8 4.8.1/ [1] m ≤ 10 CC-T9 4.8.1/ [1] m ≤ 30
|
c77f98f4316a16eb3ad7082d8f1aac6b
|
186 021-1
|
5 Additional informations for PICS
|
If necessary, the supplier may provide additional comments in this clause. ETSI ETSI TS 186 021-1 V2.1.1 (2009-07) 10 History Document history V2.1.1 July 2009 Publication
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
1 Scope
|
The present document specifies the Abstract Test Suite (ATS) and partial Protocol Implementation eXtra Information for Testing (PIXIT) proforma based on the Test Suite Structure and Test Purposes defined in TS 186 010-2 [2]. The test notation used in the ATS is TTCN-3 (see ES 201 873-1 [7]). The following test specification- and design considerations can be found in the body of the present document: • the overall test suite structure; • the testing architecture; • the test methods and port definitions; • the test configurations; • the design principles, assumptions, and used interfaces to the TTCN3 tester (System Simulator); • TTCN styles and conventions; • the partial PIXIT proforma; • the modules containing the TTCN-3 ATS. Annex A provides the Partial Implementation Extra Information for Testing (PIXIT) Proforma of the ATS. Annex B provides the Testing and Test Control Notation (TTCN-3) part of the ATS.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
2 References
|
References are either specific (identified by date of publication and/or edition number or version number) or non-specific. For specific references, only the cited version applies. For non-specific references, the latest version of the reference document (including any amendments) applies. Referenced documents which are not found to be publicly available in the expected location might be found at http://docbox.etsi.org/Reference. NOTE: While any hyperlinks included in this clause were valid at the time of publication, ETSI cannot guarantee their long term validity.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
2.1 Normative references
|
The following referenced documents are necessary for the application of the present document. [1] ETSI TS 124 605: "Digital cellular telecommunications system (Phase 2+);Universal Mobile Telecommunications System (UMTS); Conference (CONF) using IP Multimedia (IM) Core Network (CN) subsystem; Protocol specification (3GPP TS 24.605 version 8.3.0 Release 8)". [2] ETSI TS 186 010-2 (V3.1.1): "Technical Committee for IMS Network Testing (INT); Conference (CONF) using IP Multimedia (IM) Core Network (CN) subsystem; Conformance Testing; Part 2: Test Suite Structure and Test Purposes (TSS&TP)". [3] ETSI TS 102 790-3: "Technical Committee for IMS Network Testing (INT); Network Integration Testing; IMS specific use of Session Initiation Protocol (SIP) and Session Description Protocol (SDP); Conformance Testing; Part 3: Abstract Test Suite (ATS) and partial Protocol Implementation eXtra Information for Testing (PIXIT) proforma specification". [4] IETF RFC 3261 (2002): "SIP: Session Initiation Protocol". ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 6 [5] ISO/IEC 9646-1: "Information technology - Open Systems Interconnection - Conformance testing methodology and framework - Part 1: General concepts". [6] ISO/IEC 9646-7: "Information technology - Open Systems Interconnection - Conformance testing methodology and framework - Part 7: Implementation Conformance Statements". [7] ETSI ES 201 873-1 (V4.3.1): "Methods for Testing and Specification (MTS); The Testing and Test Control Notation version 3; Part 1: TTCN-3 Core Language". [8] ETSI TS 102 351 (V2.1.1): "Methods for Testing and Specification (MTS); Internet Protocol Testing (IPT); IPv6 Testing: Methodology and Framework". [9] ETSI TS 102 587-2: "Electromagnetic compatibility and Radio spectrum Matters (ERM); Peer-to- Peer Digital Private Mobile Radio; Part 2: Conformance testing; Test Suite Structure and Test Purposes (TSS&TP) specification". [10] IETF RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication".
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
2.2 Informative references
|
The following referenced documents are not necessary for the application of the present document but they assist the user with regard to a particular subject area. Not applicable.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
3 Definitions and abbreviations
| |
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
3.1 Definitions
|
For the purposes of the present document, the terms and definitions given in ISO/IEC 9646-7 [6], TS 102 587-2 [9] and TS 102 790-3 [3] apply.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
3.2 Abbreviations
|
For the purposes of the present document, the abbreviations given in ISO/IEC 9646-1 [5], ISO/IEC 9646-7 [6], TS 102 790-3 [3] and TS 124 605 [1] apply.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
4 Abstract Test Method (ATM)
|
For the purposes of the present document, the ATM described in clause 4 of TS 102 790-3 [3] applies with following additions.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
4.1 Configurations for testing UE
|
The Gm interface is located between SUT (UE) and the IMS. SUT TS UE IMS Gm Figure 1: Test configuration CF_1GmUE ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 7 The ISC interface provides an access to the AS. SUT IMS AS ISC TS Figure 2: Test configuration CF_1ISC
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5 The ATS development process
| |
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.1 Requirements and Test Purposes
|
For each test purpose there is a table defined in clause 5 of TS 186 010-2 [2]. The requirements applicable to this TP are given by a reference to TS 124 605 [1]. There are no explicit formulations of requirements.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.1.1 Untestable test purposes
|
The test cases CONF_N01_003 and CONF_N01_004 could not be implemented with the test methodology in use.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.2 ATS structure
| |
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.2.1 Test case grouping
|
The ATS structure defined in Table 1 is based on the structuring of Test Purposes in clause 4 of TS 186 010-2 [2]. The group names in column 2 of Table 1 are those assigned in the ATS; they are based on the names provided in clause 4 of TS 186 010-2 [2], but use the naming conventions defined for the ATS (see clause 5.2.2). Table 1: CONF ATS structure ConferenceFocus CreateConf CONF_N01_xxx JoinConf CONF_N02_xxx InviteToConf CONF_N03_xxx LeaveConf CONF_N04_xxx RemoveFromConf CONF_N05_xxx TerminateConf CONF_N06_xxx UserEquipment CONF_U01_xxx Interaction TIR CONF_N08_xxx OIR CONF_N09_xxx ACR-CB CONF_N10_xxx ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 8
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.2.2 Test case identifiers
|
The test case names are built up according to the following scheme: "<TC>"_"<Group index>"_"<TC number>" where: a) double quotes (") are used to enclose literal strings; b) <Group path index> is the group index in Table 1 (which uniquely identifies the path of groups/subgroups); c) <TC number> is a running 3-digit decimal number, starting in each subgroup path with "001". EXAMPLE: TC_CONF_N01_001: i) the identifier has Group index "CONF_N01", i.e. it is in the subgroup having complete path: SupplementaryServices_CONF/ConferenceFocus/CreateConf; ii) the identifier is the first test case of this group/subgroup. NOTE: This naming scheme provides a 1-1 correspondence of TP identifiers as defined in TS 186 010-2 [2] and test case names. The TP identifier of TC_CONF_N01_001 is TP CONF_N01_001.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.3 ATS specification framework
| |
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.3.1 ATS Library
|
For this ATS the TTCN-3 library modules are basically organized as: 1) AtsCommon modules. 2) LibIms modules. 3) LibSip modules (RFC 3261 [4]). 4) LibCommon modules (taken from an improved version of TS 102 351 [8]). NOTE: Due to the common LibSip and LibIms library approach with some other parallel running projects there is necessary to create tag version of all library modules. Table 2 shows the organization of the ATS as library of modules. Table 2: Library of modules Module Class Module Id Description CONF CONF_TC_Functions CONF test case functions CONF_TestCases CONF test case definitions CONF_Templates CONF template definitions CONF_Steps CONF teststep definitions AtsCommon SS_Ims_PICS Module Parameter declarations associated with PICS SS_Ims_PIXITS SIP common Module Parameter declarations associated with PIXIT SS_Ims_TestConfiguration Functions which implement the configuration of the SUT adapter and mapping of test components for establishing and tearing down different test configurations SS_Ims_TestSystem TSI components, test system internal ports SS_Ims_TestCases Test case definitions SS_Ims_Functions Test case functions ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 9 Module Class Module Id Description LibIms LibIms_PIXITS IMS specific common Module Parameter (e.g. addresses related to SUT components and TS) declarations associated with PIXIT LibIms_Interface IMS component LibIms_SIPTypesAndValues IMS specific user and interface specific profile data (see note) LibIms_Templates Modified templates with IMS specific header fields LibIms_Steps functions using IMS specific types LibSip LibSip_PIXITS SIP general common Module Parameter (e.g. SDP/SIP procedure options) declarations associated with PIXIT LibSip_Interface SIP component LibSip_SIPTypesAndValues SIP message types and constants, simple user profiles (see note) LibSip_SDPTypes SDP types and constants LibSip_Templates Basic and modified templates with SIP specific header fields LibSip_Steps SIP specific behaviour function library LibSip_XMLTypes XML types for SIP tests XSDAUX Basic types used in XML LibCommon LibCommon_AbstractData Generic data types for a stack and its operations LibCommon_BasicTypesAndValues Basic type and value definitions (integer and Boolean) LibCommon_DataStrings Bit and Octet string types LibCommon_Sync Co-ordination/synchronization of test components LibCommon_TextStrings Basic character and string types with fixed length LibCommon_Time Time handling functions and module parameter LibCommon_VerdictControl Basic functions for setting of test component verdicts NOTE: In order to build a comprehensive library all SIP message header (incl. IMS specific) have been defined in LibSip_SIPTypesAndValues only.
|
eb958be9a7659cc0b89e6468deb3c359
|
186 010-3
|
5.3.2 Use of TTCN-3
|
For the purposes of the present document, the description of the use of TTCN-3 described in clause 5.3.2 of TS 102 790-3 [3] applies. ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 10 Annex A (normative): Partial PIXIT proforma Notwithstanding the provisions of the copyright clause related to the text of the present document, grants that users of the present document may freely reproduce the PIXIT proforma in this annex so that it can be used for its intended purposes and may further publish the completed PIXIT proforma. A.1 Introduction This partial PIXIT proforma contained in the present document is provided for completion, when the related Abstract Test Suite is to be used against the Implementation Under Test (IUT). The completed partial PIXIT will normally be used in conjunction with the completed PICS, as it adds precision to the information provided by the PICS. A.2 PIXIT items According to the type of ATS defined in the present document, the PIXIT are divided in PIXIT items for UE, AS and general PIXIT items that apply for all types of IUT. Each PIXIT item corresponds to a Module Parameter of the ATS. NOTE: The PIXIT definitions are part of a SIP TTCN-3 library that contains additional PIXIT definitions that are not used in this ATS and are therefore not presented in the following tables. A.2.1 PIXIT for UE Testing Table A.1: PIXIT items for UE testing Id Identifier Type / Description 1 PX_IMS_TS_PCSCF_IPADDR charstring, for TS/P-CSCF IP address to exchange SIP messages. 2 PX_IMS_TS_PCSCF_PORT integer, for IUT/P-CSCF port number to exchange SIP messages. 3 PX_IMS_TS_UE1_IPADDR charstring, for IP address used by the UE1 to exchange SIP messages. 4 PX_IMS_TS_UE1_PORT integer, for port number used by the UE1 to exchange SIP messages. 5 PX_IMS_SUT_UE1_BEARER_IPADDR charstring, for IP address used by the TS to exchange media streams for UE1. 6 PX_IMS_SUT_UE1_HOME_DOMAIN charstring, for identity of the tester UE1 local domain. 7 PX_IMS_SUT_UE1_PUBLIC_USER charstring, for identity of the tester UE1 local user. 8 PX_IMS_SUT_UE1_PRIVAT_USERNAME charstring, for RFC 2617 [10], clause 3.2.2 username of UE1: The name of user in the specified realm. 9 PX_IMS_SUT_UE1_PRIVAT_PASSWD charstring, for RFC 2617 [10], clause 3.2.2.2 passwd of UE1: A known shared secret, the password of user of the specified username. 10 PX_IMS_SUT_UE1_QOP charstring, for RFC 2617 [10], clause 3.2.1 qop options of UE1: Quoted string of one or more tokens indicating the "quality of protection" values supported by the server; the value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection. 11 PX_IMS_SUT_UE1_REGISTRAR charstring, for home (SUT) REGISTRAR domain of UE1. 12 PX_UE_REGISTRATION boolean, En-/disable UE registration. 13 PX_UE_REG_EVENT_SUBSCRIPTION boolean, En-/disable UE reg event subscription. 14 PX_SIP_TWAIT float, for TWait default value for waiting an operator action. ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 11 A.2.2 PIXIT for AS Testing In addition to the PIXIT in table A.2, PICIT items A.1/6 and A.1/7 apply. Table A.2: PIXIT items for AS testing Id Identifier Type / Description 1 PX_IMS_TS_UE4_IPADDR charstring, for IP address used by the UE4 to exchange SIP messages. 2 PX_IMS_TS_UE4_PORT integer, for port number used by the UE4 to exchange SIP messages. 3 PX_IMS_TS_SCSCF_IPADDR charstring, for TS/S-CSCF IP address to exchange SIP messages. 4 PX_IMS_TS_SCSCF_PORT integer, for TS/S-CSCF port number to exchange SIP messages. 5 PX_IMS_SUT_UE4_BEARER_IPADDR charstring, for IP address used by the TS to exchange media streams for UE4. 6 PX_IMS_SUT_UE4_HOME_DOMAIN charstring, for identity of the tester UE4 local domain. 7 PX_IMS_SUT_UE4_PUBLIC_USER charstring, for identity of the tester UE4 local user. 8 PX_IMS_SUT_UE4_PRIVAT_USERNA ME charstring, for RFC 2617 [10], clause 3.2.2 username of UE4: The name of user in the specified realm. 9 PX_IMS_SUT_UE4_PRIVAT_PASSWD charstring, for RFC 2617 [10], clause 3.2.2.2 passwd of UE4: A known shared secret, the password of user of the specified username. 10 PX_IMS_SUT_UE4_QOP charstring, for RFC 2617 [10], clause 3.2.1 qop options of UE4: Quoted string of one or more tokens indicating the "quality of protection" values supported by the server; the value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection. 11 PX_IMS_SUT_UE4_REGISTRAR charstring for home (SUT) REGISTRAR domain of UE4. 12 PX_IMS_SUT_UE2_PUBLIC_USER charstring, for identity of the tester UE2 local user. NOTE: UE1: Simulated calling (originating) UE. UE2: Simulated UE involved in conference (e.g. invited user role). UE4: Simulated called (terminating) UE. A.2.3 General PIXIT The following PIXIT items apply for all types of IUT. Table A.3: General PIXIT items (SDP and Synchronization) Id Identifier Type / Description 1 PX_SIP_SDP_dyn charstring, for SDP dynamic port. 2 PX_SIP_SDP_b_modifier charstring, for SDP bandwidth modifier. 3 PX_SIP_SDP_b_bandwidth integer, for SDP bandwidth value. 4 PX_SIP_SDP_encoding charstring, for SDP media attribute encoding supported by the IUT. 5 PX_TSYNC_TIME_LIMIT float, Default time limit for a sync client to reach a synchronization point. 6 PX_TSHUT_DOWN_TIME_LIMIT float, Default time limit for a sync client to finish its execution of the shutdown default. A.2.4 CONF specific PIXIT The following PIXIT items apply for all types of IUT. Table A.4: CONF specific PIXIT items Id Identifier Type / Description 1 PX_IMS_SUT_CONF_FACTORY_NAME charstring, for SUT/conference domain. 2 PX_IMS_SUT_CONF_HOME_DOMAIN charstring, for conference factory URI name. ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 12 Annex B (informative): TTCN-3 library modules B.1 Electronic annex, zip file with TTCN-3 code The TTCN-3 library modules are contained in archive ts_18601003v030101p0.zip which accompanies the present document. ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 13 Annex C (informative): Validation Report C.1 Test Suite Validation Level Level 3 validation (strong) was achieved. C.2 TTCN-3 Edition Release 4.3.1 of the TTCN-3 documents [7] was used. C.3 TTCN-3 Tool(s) The following TTCN-3 tools were used: • Elvior® TestCast • Ericsson® Titan • Testing Technologies TTWorkbench® C.3.1 TTCN-3 Tool Elvior® TestCast C.3.1.1 Identification of the TTCN-3 Tool Elvior® TestCast Elvior® TestCast T3 Version 6.4.3, no plugins necessary. C.3.1.2 Compilation status Full compilation, without any errors. C.3.2 TTCN-3 Tool Ericsson® Titan C.3.2.1 Identification of the TTCN-3 Tool Ericsson® Titan Ericsson® Titan as in file ttcn3-1.8.pl4-mingw, no plugins necessary. C.3.2.2 Compilation status Partial compilation, as xml data structure were not supported by this version. ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 14 C.3.3 TTCN-3 Tool Testing Technologies TTWorkbench® C.3.3.1 Identification of the TTCN-3 Tool Testing Technologies TTWorkbench® Testing Technologies TTworkbench® Basic, Version: 13, Build id: 2011.10.17.13.21.07.953 with plugin TTplugin-XSD Version 1.1.4. C.3.3.2 Compilation status Full compilation, without any errors. C.3.4 Test Platform(s) The test cases were run on the execution environment of the Testing Technology TTworkbench® tool mentioned in clause C.3.3. ETSI ETSI TS 186 010-3 V3.1.1 (2012-01) 15 History Document history V3.1.1 January 2012 Publication
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
1 Scope
|
The present document specifies the test suite structure and test purposes of the Subaddressing (SUB) service, based on IP Multimedia Call Control Protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP) Stage 3. Within the Next Generation Network (NGN) the stage 3 description is specified using the IP Multimedia Communication Control Protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP).
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
2 References
|
References are either specific (identified by date of publication and/or edition number or version number) or non-specific. • For a specific reference, subsequent revisions do not apply. • Non-specific reference may be made only to a complete document or a part thereof and only in the following cases: - if it is accepted that it will be possible to use all future changes of the referenced document for the purposes of the referring document; - for informative references. Referenced documents which are not found to be publicly available in the expected location might be found at http://docbox.etsi.org/Reference. For online referenced documents, information sufficient to identify and locate the source shall be provided. Preferably, the primary source of the referenced document should be cited, in order to ensure traceability. Furthermore, the reference should, as far as possible, remain valid for the expected life of the document. The reference shall include the method of access to the referenced document and the full network address, with the same punctuation and use of upper case and lower case letters. NOTE: While any hyperlinks included in this clause were valid at the time of publication ETSI cannot guarantee their long term validity.
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
2.1 Normative references
|
The following referenced documents are indispensable for the application of the present document. For dated references, only the edition cited applies. For non-specific references, the latest edition of the referenced document (including any amendments) applies. [1] ETSI ES 283 003: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); IP Multimedia Call Control Protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP) Stage 3 [3GPP TS 24.229 (Release 7), modified]". [2] ETSI TS 186 012-1: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN simulation services; Subaddressing (SUB); Part 1: Protocol Implementation Conformance Statement (PICS)". [3] ETSI TS 181 002: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Multimedia Telephony with PSTN/ISDN simulation services". [4] IETF RFC 3261: "SIP: Session Initiation Protocol". [5] ETSI ES 283 027: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Endorsement of the SIP-ISUP Interworking between the IP Multimedia (IM) Core Network (CN) subsystem and Circuit Switched (CS) networks [3GPP TS 29.163 (Release 7), modified]". ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 6
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
2.2 Informative references
|
The following referenced documents are not essential to the use of the present document but they assist the user with regard to a particular subject area. For non-specific references, the latest version of the referenced document (including any amendments) applies. [i.1] IETF RFC 3966 (2004): "The tel URI for Telephone Numbers". [i.2] ISO/IEC 8348:2002: "Information technology - Open Systems Interconnection - Network service definition". [i.3] ITU-T Recommendation X.213: "Information technology - Open Systems Interconnection - Network service definition".
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
3 Definitions and abbreviations
| |
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
3.1 Definitions
|
For the purposes of the present document, the terms and definitions given in TS 181 002 [3] and RFC 3261 [4] apply.
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
3.2 Abbreviations
|
For the purposes of the present document, the following abbreviations apply: ACK ACKnowledgement HOLD communication HOLD IMS IP Multimedia Subsystem IP Internet Protocol ISDN Integrated Service Data Network NGN Next Generation Network PSTN Public Switched Telephone Network SDP Session Description Protocol SIP Session Initiation Protocol SUB Subaddressing TIP Terminating Identification Presentation UA User Agent UE User Equipment URI Universal Resource Identifier
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
4 Test Suite Structure (TSS)
|
SUB originating_UE SUB_U01_xxx originating_P-CSCF SUB_N01_xxx destination_P-CSCF SUB_N02_xxx destination_UE SUB_U02_xxx ISUP-SIP SS SUB TP607xxx SIP-ISUP SS SUB TP508xxx ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 7
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5 Test Purposes (TP)
| |
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.1 Introduction
|
For each test requirement a TP is defined.
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.1.1 TP naming convention
|
TPs are numbered, starting at 001, within each group. Groups are organized according to the TSS. Additional references are added to identify the actual test suite and whether it applies to the network or the user (see table 1). Table 1: TP identifier naming convention scheme Identifier: <ss>_<iut><group>_<nnn> <ss> = supplementary service: e.g. "SUB" <iut> = type of IUT: U User – equipment N Network <group> = group 2 digit field representing group reference according to TSS <nnn> = sequential number (001-999)
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.1.2 Test strategy
|
As the base standard ES 283 003 [1] contains no explicit requirements for testing, the TPs were generated as a result of an analysis of the base standard and the PICS specification TS 186 012-1 [2]. The criteria applied include the following: • whether or not a test case can be built from the TP is not considered.
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.2 Test Purposes for Subaddressing (SUB)
| |
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.2.1 Actions at the originating UA
|
TSS SUB/originating_UE TP SUB_U01_001 SUB reference [5] clause 4.5.2 Selection expression PICS 1/1 Test purpose UE sends a subaddress in the From header in the initial INVITE Ensure that the originating user equipment is able to send an ISDN calling party subaddress in the From header of the INVITE Preconditions: SIP header values: INVITE: From: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK Communication BYE BYE 200 OK BYE 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 8 TSS SUB/originating_UE TP SUB_U01_002 SUB reference [5] clause 4.5.2 Selection expression PICS 1/1 Test purpose UE sends a subaddress in the To header in the initial INVITE Ensure that the originating user equipment is able to send a called party ISDN subaddress in the To header of the INVITE Preconditions: SIP header values: INVITE: To: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK Communication BYE BYE 200 OK BYE 200 OK BYE
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.2.2 Actions at the originating P-CSCF
|
TSS SUB/originating_P-CSCF TP SUB_N01_001 SUB reference [5] clause 4.5.2 Selection expression PICS 1/2 Test purpose Ensure that the originating P-CSCF in able to transfer an ISDN subaddress in the From header and To header of the received INVITE into the P-Asserted-Identity and Request-URI Preconditions: SIP header values: INVITE: From: sip: user part; isub=<subaddress>@hostportion To: sip: user part; isub=<subaddress>@hostportion INVITE: P-Asserted-Identity: sip: user part; isub=<subaddress>@hostportion Request-URI: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK Communication BYE BYE 200 OK BYE 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 9 TSS SUB/originating_P-CSCF TP SUB_N01_002 SUB reference [5] clause 4.5.2 Selection expression PICS 1/2 Test purpose Ensure that the originating P-CSCF in able to pass an ISDN connected subaddress in the “changed” From header of the UPDATE Preconditions: SIP header values: INVITE: supported: from-change UPDATE: From: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE (From-change) INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK UPDATE (From) UPDATE (From) 200 OK UPDATE 200 OK UPDATE Communication BYE BYE 200 OK BYE 200 OK BYE TSS SUB/originating_P-CSCF TP SUB_N01_003 SUB reference [5] clause 4.5.2 Selection expression PICS 1/2 Test purpose Ensure that the originating P-CSCF is able to pass an ISDN connected subaddress in the P-Asserted-Identity header of the 200 OK (INVITE) Preconditions: SIP header values: 200 OK (INVITE): P-Asserted-Identity: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE (From-change) INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK Communication BYE BYE 200 OK BYE 200 OK BYE
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.2.3 Actions at the destination P-CSCF
|
TSS SUB/destination_P-CSCF TP SUB_N02_001 SUB reference [5] clause 4.5.2 Selection expression PICS 1/2 Test purpose Ensure that the terminating P-CSCF is able to pass an ISDN subaddress in the P-Asserted-Identity header and Request-URI header of the INVITE Preconditions: SIP header values: INVITE: P-Asserted-Identity: sip: user part; isub=<subaddress>@hostportion Request-URI: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK Communication BYE BYE 200 OK BYE 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 10 TSS SUB/destination_P-CSCF TP SUB_N02_002 SUB reference [5] clause 4.5.2 Selection expression PICS 1/2 Test purpose Ensure that the terminating P-CSCF is able to pass an ISDN subaddress in the “changed” From header of the UPDATE Preconditions: SIP header values: INVITE: supported: from-change UPDATE: From: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE (From-change) INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK UPDATE (From) UPDATE (From) 200 OK UPDATE 200 OK UPDATE Communication BYE BYE 200 OK BYE 200 OK BYE TSS SUB/destination_P-CSCF TP SUB_N02_003 SUB reference [5] clause 4.5.2 Selection expression PICS 1/2 Test purpose Ensure that the terminating P-CSCF is able to pass an ISDN subaddress in the P-Asserted-Identity header of the UPDATE Preconditions: SIP header values: 200 OK (INVITE): From: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE (From-change) INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK Communication BYE BYE 200 OK BYE 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 11
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.2.4 Actions at the destination UA
|
TSS SUB/destination_UE TP SUB_U02_001 SUB reference [5] clause 4.5.2 Selection expression PICS 1/1 Test purpose Ensure that the terminating user equipment is able to send an ISDN connected subaddress in the From header of the UPDATE Preconditions: Originating user is provided with TIP SIP header values: INVITE: supported: from-change UPDATE: From: sip: user part; isub=<subaddress>@hostportion Comments: UA C SUT UA S INVITE (From-change) INVITE 100 Trying 100 Trying 180 Ringing 180 Ringing 200 OK INVITE 200 OK INVITE ACK ACK UPDATE (From) UPDATE (From) 200 OK UPDATE 200 OK UPDATE Communication BYE BYE 200 OK BYE 200 OK BYE
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.3 Test purposes for the ISUP/SIP Interworking
| |
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.3.1 Outgoing Call Interworking from ISUP to SIP at O-MGCF
|
TP607001 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/4 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The calling party subaddress is mapped in the isub parameter of the From header Ensure that the calling party subaddress in the ATP parameter of the received IAM is interworked in the isub parameter of the From header in the sent INVITE, if the Type of Subaddress is set to "0 0 0" "NSAP". SIP Parameter values: INVITE: From: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Calling party subaddress) ISUP MGCF SIP IAM(ATP) INVITE 100 Trying ACM 180 Ringing ANM 200 OK INVITE ACK Communication REL BYE Comments: RLC 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 12 TP607002 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/4 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The called party subaddress is mapped in the isub parameter of the To header Ensure that the called party subaddress in the ATP parameter of the received IAM is interworked in the isub parameter of the To header in the sent INVITE, if the Type of Subaddress is set to "0 0 0" "NSAP". SIP Parameter values: INVITE: To: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Called party subaddress) ISUP MGCF SIP IAM(ATP) INVITE 100 Trying ACM 180 Ringing ANM 200 OK INVITE ACK Communication REL BYE Comments: RLC 200 OK BYE TP607003 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/4 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The isub parameter of the From header in an UPDATE is mapped in the connected subaddress in the ANM Ensure that the isub parameter in the From header of the received UPDATE is interworked in the Connected subaddress contained in an ATP parameter in the sent ANM, if the IAM was received with oBCi: connected line request. The Type of Subaddress is set to "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: INVITE: supported: from-change UPDATE: From: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: oFCi: connected line request ANM: ATP(Connected subaddress) ISUP MGCF SIP IAM INVITE 100 Trying ACM 180 Ringing 200 OK INVITE ACK ANM( ATP) UPDATE 200 OK UPDATE Communication REL BYE Comments: RLC 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 13 TP607004 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/4 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The calling party subaddress is not mapped in the isub parameter of the From header Ensure that the calling party subaddress in the ATP parameter of the received IAM is not interworked in the isub parameter of the From header in the sent INVITE, if the Type of Subaddress is not set to "0 0 0" "NSAP". SIP Parameter values: INVITE: No mapping ISUP Parameter values: IAM: ATP(no Calling party subaddress) ISUP MGCF SIP IAM(ATP) INVITE 100 Trying ACM 180 Ringing ANM 200 OK INVITE ACK Communication REL BYE Comments: RLC 200 OK BYE TP607005 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/4 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The called party subaddress is not mapped in the isub parameter of the To header Ensure that the called party subaddress in the ATP parameter of the received IAM is not interworked in the isub parameter of the To header in the sent INVITE, if the Type of Subaddress is not set to "0 0 0" "NSAP". SIP Parameter values: INVITE: No mapping ISUP Parameter values: IAM: ATP(no Called party subaddress) ISUP MGCF SIP IAM(ATP) INVITE 100 Trying ACM 180 Ringing ANM 200 OK INVITE ACK Communication REL BYE Comments: RLC 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 14 TP607006 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/3 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The calling party subaddress is mapped in the isub parameter of the P-Asserted-Identity header Ensure that the calling party subaddress in the ATP parameter of the received IAM is interworked in the isub parameter of the P-Asserted-Identity header in the sent INVITE, if the Type of Subaddress is set to "0 0 0" "NSAP". SIP Parameter values: INVITE: P-Asserted-Identity: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Calling party subaddress) ISUP MGCF SIP IAM(ATP) INVITE 100 Trying ACM 180 Ringing ANM 200 OK INVITE ACK Communication REL BYE Comments: RLC 200 OK BYE TP607007 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/3 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The called party subaddress is mapped in the isub parameter of the Request-URI Ensure that the called party subaddress in the ATP parameter of the received IAM is interworked in the isub parameter of the Request URI in the sent INVITE, if the Type of Subaddress is set to "0 0 0" "NSAP". SIP Parameter values: INVITE: Request-URI: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Called party subaddress) ISUP MGCF SIP IAM(ATP) INVITE 100 Trying ACM 180 Ringing ANM 200 OK INVITE ACK Communication REL BYE Comments: RLC 200 OK BYE ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 15 TP607008 SUB Reference [5]: 4.7.4.5.2 Selection criteria: PICS 1/3 TSS reference: ISUP-SIP/SS/SUB/ Preconditions: Test purpose: The isub parameter of the P-Asserted-Identity header in an UPDATE is mapped in the connected subaddress in the ANM Ensure that the isub parameter in the P-Asserted-Identity header of the received 200 OK (INVITE) is interworked in the Connected subaddress contained in an ATP parameter in the sent ANM, if the IAM was received with oBCi: connected line request. The Type of Subaddress is set to "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: 200 OK (INVITE): Not mapped ISUP Parameter values: IAM: oFCi: connected line request ANM: ATP(Connected subaddress) ISUP MGCF SIP IAM INVITE 100 Trying ACM 180 Ringing ANM( ATP) 200 OK INVITE ACK Communication REL BYE Comments: RLC 200 OK BYE
|
560084848a2ed6b1ea0dc96661573a92
|
186 012-2
|
5.3.2 Incoming Call Interworking from SIP to ISUP at I-MGCF
|
TP508001 SUB Reference [5]: 4.7.4.5.1 Selection criteria: PICS 1/4 TSS reference: SIP-ISUP/SS/SUB/ Preconditions: Test purpose: The isub parameter of the From header in an INVITE is mapped in the calling party subaddress in the IAM Ensure that the isub parameter in the From header of the received INVITE in interworked in the Calling party subaddress contained in an ATP parameter in the sent IAM. The Type of Subaddress is set to "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: INVITE: From: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Calling party subaddress) SIP MGCF ISUP INVITE IAM 100 Trying 180 Ringing ACM 200 OK INVITE ANM ACK Communication BYE REL Comments: 200 OK BYE RLC ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 16 TP508002 SUB Reference [5]: 4.7.4.5.1 Selection criteria: PICS 1/4 TSS reference: SIP-ISUP/SS/SUB/ Preconditions: Test purpose: The isub parameter of the To header in an INVITE is mapped in the called party subaddress in the IAM Ensure that the isub parameter in the To header of the received INVITE is interworked in the Calling party subaddress contained in an ATP parameter in the sent IAM. The Type of Subaddress is set to "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: INVITE: To: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Called party subaddress) SIP MGCF ISUP INVITE IAM 100 Trying 180 Ringing ACM 200 OK INVITE ANM ACK Communication BYE REL Comments: 200 OK BYE RLC TP508003 SUB Reference [5]: 4.7.4.5.1 Selection criteria: PICS 1/4 TSS reference: SIP-ISUP/SS/SUB/ Preconditions: Test purpose: The connected subaddress in the ANM is mapped in the isub parameter of the P-Asserted-Identity header in the 200 OK INVITE. Ensure that the connected subaddress contained in an ATP parameter of the received ANM is interworked in the isub parameter in the P-Asserted-Identity header in the sent 200 OK INVITE. The Type of Subaddress was received: "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: INVITE: supported: from-change 200 OK INVITE: P-Asserted-Identity: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: oFCi: connected line request ANM: ATP(Connected subaddress) SIP MGCF ISUP INVITE IAM 100 Trying 180 Ringing ACM 200 OK INVITE ANM ACK Communication BYE REL Comments: 200 OK BYE RLC ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 17 TP508004 SUB Reference [5]: 4.7.4.5.1 Selection criteria: PICS 1/4 TSS reference: SIP-ISUP/SS/SUB/ Preconditions: Test purpose: The connected subaddress in the ANM is not mapped in the isub parameter of the P-Asserted-Identity header in the 200 OK INVITE Ensure that the connected subaddress contained in an ATP parameter of the received ANM is not interworked in the isub parameter in the P-Asserted-Identity in the sent 200 OK INVITE. The Type of Subaddress is not set to "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: INVITE: supported: from-change 200 OK INVITE: No mapping ISUP Parameter values: IAM: oFCi: connected line request ANM: ATP(no Connected subaddress) SIP MGCF ISUP INVITE IAM 100 Trying 180 Ringing ACM 200 OK INVITE ANM ACK Communication BYE REL Comments: 200 OK BYE RLC TP508005 SUB Reference [5]: 4.7.4.5.1 Selection criteria: PICS 1/3 TSS reference: SIP-ISUP/SS/SUB/ Preconditions: Test purpose: The isub parameter of the P-Asserted-Identity header in an INVITE is mapped in the calling party subaddress in the IAM Ensure that the isub parameter in the P-Asserted-Identity header of the received INVITE is interworked in the Calling party subaddress contained in an ATP parameter in the sent IAM. The Type of Subaddress is set to "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: INVITE: P-Asserted-Identity: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Calling party subaddress) SIP MGCF ISUP INVITE IAM 100 Trying 180 Ringing ACM 200 OK INVITE ANM ACK Communication BYE REL Comments: 200 OK BYE RLC ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 18 TP508006 SUB Reference [5]: 4.7.4.5.1 Selection criteria: PICS 1/3 TSS reference: SIP-ISUP/SS/SUB/ Preconditions: Test purpose: The isub parameter of the Request-URI header in an INVITE is mapped in the called party subaddress in the IAM Ensure that the isub parameter in the Request-URI header of the received INVITE is interworked in the Called party subaddress contained in an ATP parameter in the sent IAM. The Type of Subaddress is set to "0 0 0" "NSAP" (ITU-T Recommendation X.213 [i.3] and ISO/IEC 8348 [i.2]). SIP Parameter values: INVITE: Request-URI: sip: user part; isub=<subaddress>@hostportion ISUP Parameter values: IAM: ATP(Called party subaddress) SIP MGCF ISUP INVITE IAM 100 Trying 180 Ringing ACM 200 OK INVITE ANM ACK Communication BYE REL Comments: 200 OK BYE RLC ETSI ETSI TS 186 012-2 V1.0.0 (2008-06) 19 History Document history V1.0.0 June 2008 Publication
|
d3966a0ea81147b6e3bc9145cdba95fe
|
186 025-3
|
1 Scope
|
The present document is for an initial release of an IMS/PES performance benchmark. The same tests can be used also for legacy PSTN/ISDN networks or for inter-working tests between PSTN/ISDN emulation subsystem and legacy PSTN and ISDN. The metrics measured and reported are for performance of this subsystem under a communications application load. The present document is the third part of the multi-part deliverable which consists of four parts. TS 186 025-1 [1] contains the overall benchmark descriptions, architectures, processes, and information models that are common to all specific benchmarking scenarios. TS 186 025-2 [2] contains the specific benchmarking use-cases and scenarios, along with scenario specific metrics and design objectives. It also defines the SUT configuration parameters. This part also contains any required extensions to the overall descriptions present in the present document, if necessary for the specific scenario. The present document defines an initial benchmark test through the specification of a traffic set, traffic-time profile and benchmark test procedure. TS 186 025-4 [3] defines Reference Load network quality parameters for the use cases defined in the present document.
|
d3966a0ea81147b6e3bc9145cdba95fe
|
186 025-3
|
2 References
|
References are either specific (identified by date of publication and/or edition number or version number) or non-specific. For specific references, only the cited version applies. For non-specific references, the latest version of the reference document (including any amendments) applies. Referenced documents which are not found to be publicly available in the expected location might be found at http://docbox.etsi.org/Reference. NOTE: While any hyperlinks included in this clause were valid at the time of publication, ETSI cannot guarantee their long term validity.
|
d3966a0ea81147b6e3bc9145cdba95fe
|
186 025-3
|
2.1 Normative references
|
The following referenced documents are necessary for the application of the present document. [1] ETSI TS 186 025-1: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); IMS/PES Performance Benchmark Part 1: Core Concepts". [2] ETSI TS 186 025-2 (V2.2.1): "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN);IMS/PES Performance Benchmark; Part 2: Subsystem Configurations and Benchmarks". [3] ETSI TS 186 025-4 (V2.1.1): "Telecommunications and Internet Converged Services and Protocols for Advanced Networking (TISPAN); IMS/PES Performance Benchmark; Part 4: Reference Load network quality parameters".
|
d3966a0ea81147b6e3bc9145cdba95fe
|
186 025-3
|
2.2 Informative references
|
The following referenced documents are not necessary for the application of the present document but they assist the user with regard to a particular subject area. [i.1] ITU-T Recommendation T.30 (2005): "Procedures for document facsimile transmission in the general switched telephone network". [i.2] ITU-T Recommendation T.4 (2003): "Standardization of Group 3 facsimile terminals for document transmission". ETSI ETSI TS 186 025-3 V1.1.1 (2012-10) 6 [i.3] ITU-T Recommendation T.24 (1998): "Standardized digitized image set". [i.4] ITU-T Recommendation Q.543 (1993): "Digital exchange performance objective".
|
d3966a0ea81147b6e3bc9145cdba95fe
|
186 025-3
|
3 Definitions and abbreviations
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.