AETHER-3162 Remove magma leftover iptables rule from enodebd
AETHER-3198 Add REUSE compliant to enodebd
AETHER-3196 Support identify IP from X-Real IP in enodebd
AETHER-3229 Documentation of configuration and state machine for enodebd
AETHER-3292 Adding new parameter to support in enodebd Sercomm driver
AETHER-3311 Remove unused protobuf definition from enodebd
Change-Id: Ie69f0141eff70cb3d4447cd9575c8224d42dd5e3
diff --git a/data_models/data_model_parameters.py b/data_models/data_model_parameters.py
index 751b351..3b83067 100644
--- a/data_models/data_model_parameters.py
+++ b/data_models/data_model_parameters.py
@@ -1,16 +1,7 @@
-"""
-Copyright 2020 The Magma Authors.
-
-This source code is licensed under the BSD-style license found in the
-LICENSE file in the root directory of this source tree.
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-"""
-
+# SPDX-FileCopyrightText: 2020 The Magma Authors.
+# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
+#
+# SPDX-License-Identifier: BSD-3-Clause
class ParameterName():
# Top-level objects
@@ -53,8 +44,6 @@
PCI = 'PCI'
DL_BANDWIDTH = 'DL bandwidth'
UL_BANDWIDTH = 'UL bandwidth'
- SUBFRAME_ASSIGNMENT = 'Subframe assignment'
- SPECIAL_SUBFRAME_PATTERN = 'Special subframe pattern'
TX_POWER = "tx_power"
TUNNEL_TYPE = "tunnel_type"
@@ -73,6 +62,11 @@
CELL_BARRED = 'Cell barred'
PRIM_SOURCE = "prim_source"
+ # Cell parameters
+ CELL_ENABLE64QAM = "cell_enable64qam"
+ SPECIAL_SUBFRAME_PATTERN = 'special_subframe_pattern'
+ SUBFRAME_ASSIGNMENT = 'subframe_assignment'
+
# Core network parameters
MME_IP = 'MME IP'
MME_PORT = 'MME port'