summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarciay <info@etsi.org>2017-05-12 12:14:16 +0000
committergarciay <info@etsi.org>2017-05-12 12:14:16 +0000
commit4adc754f1e6971ec9ae21358dfbba1ec53872c24 (patch)
treed5d488b69f8677562d89a942e52407f7d48e46e8
parentef239a36df6c810bd2e82f362805883a409497c8 (diff)
ReSTF519 Week #19:
- Remove useless file
-rw-r--r--ttcn3/S1AP_Templates.ttcn80
1 files changed, 0 insertions, 80 deletions
diff --git a/ttcn3/S1AP_Templates.ttcn b/ttcn3/S1AP_Templates.ttcn
deleted file mode 100644
index 1ed3079..0000000
--- a/ttcn3/S1AP_Templates.ttcn
+++ /dev/null
@@ -1,80 +0,0 @@
-/**
- * @author ETSI / STF519
- * @version $URL$
- * $Id$
- * @desc This module defines S1AP Templates for message, header, and
- * structured types. <br>
- * Note that any changes made to the definitions in this module
- * may be overwritten by future releases of this library
- * End users are encouraged to contact the distributers of this
- * module regarding their modifications or additions.
- * @remark Any additions to the templates shall follow the design rules
- * and always modify base templates only;
- * @copyright ETSI Copyright Notification
- * No part may be reproduced except as authorized by written permission.
- * The copyright and the foregoing restriction extend to reproduction in all media.
- * All rights reserved.
- * @see ETSI TS 136 413 / 3GPP TS 36.413 version 13.4.0 Release 13
- */
-module S1AP_Templates { // TODO Remove this file, it seems to be useless
-
- group S1AP_PDU {
-
- group Class1 {
-
- group Send {
-
- group HandoverPreparation {
-
- group initiatingMessage {
-
- } //End group initiatingMessage
-
- group successfulOutcome {
-
- } //End group successfulOutcome
-
- group unsuccessfulOutcome {
-
- } //End group unsuccessfulOutcome
-
- } //End group HandoverPreparation
-
- group HandoverResourceAllocation {
-
- } //End group HandoverResourceAllocation
-
- } // End of group Send
-
- group Receive {
-
- group HandoverPreparation {
-
- }//End group HandoverPreparation
-
- group HandoverResourceAllocation {
-
- }//End group HandoverResourceAllocation
-
- } // End of group Receive
-
- } //End of group Class1
-
- group Class2{
-
- } // End of group Class2
-
- } // End of group S1AP_PDU
-
- group S1AP_Protocol_IEs{
-
- }// End of group S1AP_Protocol_IEs
-
- /**
- * @desc Type functions
- */
- group functionsForTemplates {
-
- } // End of group functionsForTemplates
-
-} // End of module S1AP_Templates