blob: dc46cd74c6ef3f099c9961653676a51eae54cac4 [file] [log] [blame]
Wei-Yu Chenad55cb82022-02-15 20:07:01 +08001# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
2#
3# SPDX-License-Identifier: BSD-3-Clause
4
Wei-Yu Chen8d064162022-05-27 21:06:55 +08005basic:
6 cell_id: 100
7 mme_address: 172.21.143.206
8 mme_port: 36412
9 plmn_list: "305010"
10 pci_list: "100,101"
11 allow_enodeb_transmit: False
12
13 carrier_number: 2
14 carrier_agg_enable: False
15
16# Automation Configuration Server
17acs:
18 # To enable/disable to connect the management server (ACS)
19 cwmp_enable: True
20 # Define to enable/disable a periodic inform
21 periodic_inform_enable: True
22 # Interval of a preiodic inform send to ACS
23 periodic_inform_interval: 180
24
25cell:
26 # If True, 64QAM is allowed [TS 36.331]
27 enable64qam: True
28 # Physical Cell ID for cell 1 and cell 2
29 pci1: 100
30 pci2: 101
31 # Tracking Area Code for cell 1 and cell 2
32 tac1: 501
33 tac2: 502
34 # Downlink/Uplink bandwidth
35 downlink_bandwidth: 25
36 uplink_bandwidth: 25
37 # EARFCN for 1st frequency band
38 earfcn_downlink1: 55440
39 earfcn_uplink1: 55440
40 # EARFCN for 2nd frequency band
41 earfcn_downlink2: 55640
42 earfcn_uplink2: 55640
43 # EARFCN for 1st + 2nd frequency band
44 earfcn_downlink_list: "55440,55640"
45 earfcn_uplink_list: "55440,55640"
46 # First/Second Frequency Band Indicator
47 frequency_band_1: 48
48 frequency_band_2: 48
49 # Frequency Band List
50 frequency_band_list: "48, 48"
51 # The DL/UL subframe configuration
52 subframe_assignment: 2
53 # The TDD special sub-frame pattern [TS 36.331 sec 6.3.2]
54 special_subframe_pattern: 7
55
56 # The real TX power
57 tx_power: 20
58 # Tunnel type
59 tunnel_type: "Device.IP.Interface.1.IPv4Address.1."
60
61
62# Femtocell Access Point Control Parameters
63fap_control:
64 # The administrative state of LTE FAP
65 # If True, the cell unlock and enable RF to serve traffic
66 admin_state: False
67 # Radio Resource Management
68 is_ca_frequency_contiguous: 0
69
70# Radio Environment Map Parameters
71rem:
72 primary_source: "FREE_RUNNING"
73
74# Spectrum Access System (SAS)
75sas:
76 # If True, eNodeB will be admistrated by SAS
77 sas_enable: True
78 # If True, it indicates device configuration was signed by CPI key
79 cpi_enable: True
80 # If True, add manufacturer name as prefix of Serial Number
81 manufacturer_prefix_enable: True
82 # The SAS server address
83 sas_server_url: "https://sas.goog/v1.2/"
84 # The username registered to SAS
85 sas_uid: "aether"
86 # Define device's SAS category [CFR 96.39(c)]
87 sas_category: "A"
88 # PAL or GAA
89 sas_channel_type: "GAA"
90 # The device's certification name, it uses to communicate with SAS server
91 sas_cert_subject: "ENODEBD_CONFIGURED_SAS_CERT"
92 # Location: indoor / outdoor
93 sas_location: "indoor"
94 # AGL or AMSL
95 sas_height_type: "AGL"
96 # FCC ID of device
97 sas_fccid: "ENODEBD_CONFIGURED_FCCID"
98 # RECEIVED_POWER_WITH_GRANT / RECEIVED_POWER_WITHOUT_GRANT
99 sas_measure_capability: "RECEIVED_POWER_WITHOUT_GRANT"
100 # Your CPI name
101 sas_cpi_name: "ONF_CPI"
102 # Your CPI Certification ID
103 sas_cpi_id: "GOOG-999999"
104 # Device antenna parameters
105 sas_antenna_azimuth: 0
106 sas_antenna_downtilt: 0
107 sas_antenna_gain: 5
108 sas_antenna_beamwidth: 360
109 # The signature of configuration
110 sas_cpi_signature_data: "ENODEBD_CONFIGURED_CPI_SIGNED_DATA"