Commit 727c5810 authored by Filipe Ferreira's avatar Filipe Ferreira
Browse files

Merge branch 'master' into ubi.

parents 446c3ec7 65f0d13f
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+6 −0
Original line number Diff line number Diff line
[submodule "ttcn\\LibCommon"]
	path = ttcn\\LibCommon
	url = https://forge.etsi.org/rep/LIBS/LibCommon.git
[submodule "ttcn\\LibIts"]
	path = ttcn\\LibIts
	url = https://forge.etsi.org/rep/LIBS/LibIts

LICENSE

0 → 100644
+23 −0
Original line number Diff line number Diff line
Copyright 2019 ETSI

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, 
   this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, 
   this list of conditions and the following disclaimer in the documentation 
   and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors 
   may be used to endorse or promote products derived from this software without 
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
OF THE POSSIBILITY OF SUCH DAMAGE.
+14 −3
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ This repositories contains the test specifications and test adapter code for MEC
Email at cti_support at etsi dot org

## License
Unless specified otherwise, the content of this repository and the files contained are released under the ETSI Software License.
See the attached LICENSE file or visit
https://forge.etsi.org/etsi-software-license
Unless specified otherwise, the content of this repository and the files contained are released under the BSD-3-Clause license.
See the attached LICENSE file or visit https://forge.etsi.org/legal-matters.


## Standard links
- Mobile-Edge Computation standards, accessible [here](https://www.etsi.org/standards#page=1&search=MEC&title=1&etsiNumber=1&content=1&version=0&onApproval=1&published=1&historical=1&startDate=1988-01-15&endDate=2019-05-06&harmonized=0&keyword=&TB=&stdType=&frequency=&mandate=&collection=&sort=1)
@@ -19,7 +19,18 @@ https://forge.etsi.org/etsi-software-license

NOTE All draft can be found in the 'IETF XML Registry', accessible [here](https://www.iana.org/assignments/xml-registry/xml-registry.xhtml)

## Download required libraries

This projects requires the LibCommon and LibIts libraries to compile. The libraries location are git submodules of the current repository.

Once you have cloned the present repository, in order to install the libraries you want to execute:

    git submodule init
    git submodule update

Alternatively, you may clone the project together with the required libraries with the following command:

    git clone --recurse-submodules <URL to the repository>

## Installation

+177 −9
Original line number Diff line number Diff line
@@ -3,9 +3,88 @@
## Introduction
This file provides the list of the TODOs related to the STF 569.

## MEO

### UEAPPCTX

ETSI GS MEC 016 V2.1.1

https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2


- TC_MEC_MEO_UEAPPCTX_001_OK       <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPCTX_001_BR       <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPCTX_002_OK       <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPCTX_002_BR       <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPCTX_002_NF       <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPCTX_003_OK       <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPCTX_003_NF       <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPS_001_OK         <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPS_001_BR         <font color="color:green">To be tested</font>

- TC_MEC_MEO_UEAPPS_001_NF         <font color="color:green">To be tested</font>


### UEAPPS

ETSI GS MEC 016 V2.1.1

https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPS/SysUeApplications.tplan2


## SRV

### AMS
Early draft ETSI GS MEC 021 2.0.8

https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/AMS/Ams_BV.tplan2  
https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/AMS/Ams_BO_BI.tplan2


- TP_MEC_SRV_AMS_001_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_001_BR       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_002_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_002_BR       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_003_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_003_BR       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_004_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_004_BR       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_005_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_005_NF       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_006_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_006_NF       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_007_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_007_BR       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_007_NF       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_008_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_008_OK       <font color="color:green">To be tested</font>

- TP_MEC_SRV_AMS_010_OK       <font color="color:green">To be tested</font>


### APPSAQ

@@ -17,10 +96,79 @@ This file provides the list of the TODOs related to the STF 569.

### FAIS

### RLOC
### RLOCLOOK

ETSI GS MEC 013 V1.5.0

https://forge.etsi.org/gitlab/mec/gs013-location-api/blob/master/LocationAPI.yaml#/definitions/AccessPointList

- TC_MEC_PLAT_RLOCLOOK_001_OK       <font color="color:green">To be tested</font>

- TC_MEC_PLAT_RLOCLOOK_001_NF       <font color="color:green">To be tested</font>


### RNIS

Draft ETSI GS MEC 012 2.0.4

https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/RNIS/RnisAllSubscription_BV.tplan2
https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/RNIS/RnisAllubscription_BI_BO.tplan2
https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/RNIS/RnisSpecificSubscription_BV.tplan2
https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/RNIS/RnisSpecificSubscription_BI_BO.tplan2
https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/RNIS/RnisQuery_BV.tplan2
https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/RNIS/RnisQuery_BI_BO.tplan2
https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/SRV/RNIS/RnisNotifications.tplan2

- TC_MEC_SRV_RNIS_001_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_002_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_003_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_004_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_005_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_006_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_007_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_008_OK       <font color="color:green">To be tested</font>

- TODO TC_MEC_SRV_RNIS_009_OK & TC_MEC_SRV_RNIS_010_OK

- TC_MEC_SRV_RNIS_011_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_012_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_011_BR       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_012_BR       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_016_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_016_BR       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_016_NF       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_017_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_017_BR       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_017_NF       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_018_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_018_BR       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_018_NF       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_019_OK       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_019_BR       <font color="color:green">To be tested</font>

- TC_MEC_SRV_RNIS_019_NF       <font color="color:green">To be tested</font>

### SAQ

### SRVSUB
@@ -29,19 +177,40 @@ This file provides the list of the TODOs related to the STF 569.

### TRAF

Draft ETSI GS MEC 011 V2.0.9 (2018-10)

https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/remove-401s/Test%20Purposes/SRV/TRAF/PlatTrafficRules.tplan2

- TC_MEC_SRV_TRANS_001_OK       <font color="color:green">To be tested</font>
- TC_MEC_SRV_TRAF_001_OK        <font color="color:green">To be tested</font>
- TC_MEC_SRV_TRAF_002_OK        <font color="color:green">To be tested</font>
- TC_MEC_SRV_TRAF_003_OK        <font color="color:green">To be tested</font>
- TC_MEC_SRV_TRAF_001_NF        <font color="color:green">To be tested</font>

### TRANS 

Draft ETSI GS MEC 011 V2.0.9 (2018-10)

https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/remove-401s/Test%20Purposes/SRV/TRANS/PlatTransport.tplan2

- TP_MEC_SRV_TRAF_001_OK       <font color="color:green">To be tested</font>

### UEAREASUB

Draft ETSI GS MEC 013 V2.0.3 (2018-10)

https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/remove-401s/Test%20Purposes/SRV/UEDISTSUB/PlatUeAreaSubscription.tplan2

TODO CircleNotificationSubscription data structure not found

### UEDISTLOOK

Draft ETSI GS MEC 013 V2.0.3 (2018-10)

https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/remove-401s/Test%20Purposes/SRV/UEDISTSUB/PlatUeDistanceSubscription.tplan2
https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/remove-401s/Test%20Purposes/SRV/UEDISTLOOK/PlatUeDistanceSubscription.tplan2

TODO TerminalDistance data structure not found


### UEDISTSUB

Draft ETSI GS MEC 013 V2.0.3 (2018-10)
@@ -50,7 +219,6 @@ https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/remove-401s/Test%20

TODO DistanceNotificationSubscription data structure not found


### UEINFLOOK

Draft ETSI GS MEC 013 V2.0.3 (2018-10)
@@ -77,17 +245,17 @@ https://forge.etsi.org/gitlab/mec/gs032p2-test-purposes/blob/remove-401s/Test%20

- TC_MEC_SRV_UEINFSUB_002_NF   <font color="color:yellow">To be tested</font>

### UELOC
### UELOCLOOK

Draft ETSI GS MEC 013 V2.0.3 (2018-10)

https://forge.etsi.org/gitlab/mec/MEC-tests/blob/master/Test%20Purposes/SRV/UELOC/PlatUeLocationLookup.tplan2

- TC_MEC_SRV_UELOC_001_OK   <font color="color:green">Done</font>
- TC_MEC_SRV_UELOCLOOK_001_OK   <font color="color:green">Done</font>

- TC_MEC_SRV_UELOC_001_BR   <font color="color:yellow">To be tested</font>
- TC_MEC_SRV_UELOCLOOK_001_BR   <font color="color:yellow">To be tested</font>

- TC_MEC_SRV_UELOC_001_NF   <font color="color:yellow">To be tested</font>
- TC_MEC_SRV_UELOCLOOK_001_NF   <font color="color:yellow">To be tested</font>

### UELOCSUB

+179 −9

File changed.

Preview size limit exceeded, changes collapsed.

Loading