Skip to content
Snippets Groups Projects
Commit ea37c49f authored by Elemer Lelik's avatar Elemer Lelik
Browse files

Add new two AVPs and one CDR tag

parent 12ae0cfc
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
// //
// File: RADIUS_Mapping_new.ttcn // File: RADIUS_Mapping_new.ttcn
// Description: Example module providing UDP Mapping for RPMG // Description: Example module providing UDP Mapping for RPMG
// Rev: R12A // Rev: R13A
// Prodnr: CNL 113 600 // Prodnr: CNL 113 600
// Remark: This file is not a part of the product. // Remark: This file is not a part of the product.
// //
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
// //
// File: RADIUS_Mapping_orig.ttcn // File: RADIUS_Mapping_orig.ttcn
// Description: Example module providing UDP Mapping for RPMG // Description: Example module providing UDP Mapping for RPMG
// Rev: R12A // Rev: R13A
// Prodnr: CNL 113 600 // Prodnr: CNL 113 600
// Remark: This file is not a part of the product. // Remark: This file is not a part of the product.
// //
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
// //
// File: RADIUSandEAP_Mapping.ttcn // File: RADIUSandEAP_Mapping.ttcn
// Description: Example module providing UDP Mapping for RPMG // Description: Example module providing UDP Mapping for RPMG
// Rev: R12A // Rev: R13A
// Prodnr: CNL 113 600 // Prodnr: CNL 113 600
// Remark: This file is not a part of the product. // Remark: This file is not a part of the product.
// //
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
******************************************************************************/ ******************************************************************************/
// //
// File: RadiusAndEAP_Demo.ttcn // File: RadiusAndEAP_Demo.ttcn
// Rev: R12A // Rev: R13A
// Prodnr: CNL 113 600 // Prodnr: CNL 113 600
// Remark: This file is not a part of the product. // Remark: This file is not a part of the product.
// //
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
******************************************************************************/ ******************************************************************************/
// //
// File: Radius_Test_new.ttcn // File: Radius_Test_new.ttcn
// Rev: R12A // Rev: R13A
// Prodnr: CNL 113 600 // Prodnr: CNL 113 600
// Remark: This file is not a part of the product. // Remark: This file is not a part of the product.
// //
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
******************************************************************************/ ******************************************************************************/
// //
// File: Radius_Test_orig.ttcn // File: Radius_Test_orig.ttcn
// Rev: R12A // Rev: R13A
// Prodnr: CNL 113 600 // Prodnr: CNL 113 600
// Remark: This file is not a part of the product. // Remark: This file is not a part of the product.
// //
......
No preview for this file type
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# # # #
# File: ATTR.awk # # File: ATTR.awk #
# Description: RPMG AWK script for weaving RDF files # # Description: RPMG AWK script for weaving RDF files #
# Rev: R12A # Rev: R13A
# Prodnr: CNL 113 600 # # Prodnr: CNL 113 600 #
############################################################################# #############################################################################
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// //
// File: RADIUS_EncDec.cc // File: RADIUS_EncDec.cc
// Description: Encoder/Decoder and external functions for RPMG // Description: Encoder/Decoder and external functions for RPMG
// Rev: R12A // Rev: R13A
// Prodnr: CNL 113 600 // Prodnr: CNL 113 600
// Reference: RFC 2865(RADIUS), 2866(RADIUS Accounting), // Reference: RFC 2865(RADIUS), 2866(RADIUS Accounting),
// //
......
/****************************************************************************** /******************************************************************************
* Copyright (c) 2008, 2015 Ericsson AB * Copyright (c) 2008, 2016 Ericsson AB
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
...@@ -30,6 +30,7 @@ type enum_8 skt_type_enum ...@@ -30,6 +30,7 @@ type enum_8 skt_type_enum
{ {
service_key (1), service_key (1),
prepaid_expired (2), prepaid_expired (2),
data_zone_service (3),
preservation_indicator (17) preservation_indicator (17)
} }
...@@ -53,7 +54,8 @@ type record skt_subattr_t { ...@@ -53,7 +54,8 @@ type record skt_subattr_t {
variant (skt_val) "CROSSTAG( variant (skt_val) "CROSSTAG(
string_val, skt_type=preservation_indicator; string_val, skt_type=preservation_indicator;
byte_val, skt_type=prepaid_expired; byte_val, skt_type=prepaid_expired;
integer_val, skt_type=service_key)" integer_val, skt_type=service_key;
string_val, skt_type=data_zone_service)"
} }
type set of skt_subattr_t skt_subattr_list; type set of skt_subattr_t skt_subattr_list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment