pcu: Rename PCU*RAW* content to PCU

Basically what's done here:
* mv PCU_Tests_RAW${suffix}.ttcn -> PCU_Tests${suffix}.ttcn
* mv PCUIF_RAW_Components.ttcn -> PCUIF_Components.ttcn
* Change module names according to file names and fix all references in
  code and configuration.

Change-Id: Iacaddb56e41012ba58ef6d1b9e79d2c012259bed
This commit is contained in:
Pau Espin 2020-04-29 15:08:16 +02:00
parent 0e6ed2e477
commit 8dd59fba5e
8 changed files with 1913 additions and 1915 deletions

View File

@ -1,4 +1,4 @@
module PCUIF_RAW_Components {
module PCUIF_Components {
/*
* Components for (RAW) PCU test cases.

View File

@ -21,5 +21,5 @@ SGSN_Components.mp_nsconfig := {
[MAIN_CONTROLLER]
[EXECUTE]
PCU_Tests_RAW.control
PCU_Tests_RAW_NS.control
PCU_Tests.control
PCU_Tests_NS.control

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
module PCU_Tests_RAW_NS {
module PCU_Tests_NS {
/* Osmocom PCU test suite for IP Sub-Network-Service (SNS) in TTCN-3
* (C) 2018-2019 Harald Welte <laforge@gnumonks.org>
@ -12,7 +12,7 @@ module PCU_Tests_RAW_NS {
import from General_Types all;
import from Osmocom_Types all;
import from PCU_Tests_RAW all;
import from PCU_Tests all;
import from SGSN_Components all;
import from Osmocom_Gb_Types all;
import from NS_CodecPort all;

File diff suppressed because it is too large Load Diff

View File

@ -21,4 +21,4 @@ SGSN_Components.mp_nsconfig := {
[MAIN_CONTROLLER]
[EXECUTE]
PCU_Tests_RAW_SNS.control
PCU_Tests_SNS.control

View File

@ -1,4 +1,4 @@
module PCU_Tests_RAW_SNS {
module PCU_Tests_SNS {
/* Osmocom PCU test suite for IP Sub-Network-Service (SNS) in TTCN-3
* (C) 2018-2019 Harald Welte <laforge@gnumonks.org>
@ -11,7 +11,7 @@ module PCU_Tests_RAW_SNS {
*/
import from Osmocom_Types all;
import from PCU_Tests_RAW_NS all;
import from PCU_Tests_NS all;
import from SGSN_Components all;
import from Osmocom_Gb_Types all;
import from NS_CodecPort all;

View File

@ -1,4 +1,4 @@
# PCU_Tests_RAW.ttcn
# PCU_Tests.ttcn
* external interfaces
* Gb (emulates SGSN side NS/BSSGP)