blob: 5509e4f8d739bb608558722ab0362886222bfd3a [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
Wei-Yu Chen8d064162022-05-27 21:06:55 +080049 # The DL/UL subframe configuration
50 subframe_assignment: 2
51 # The TDD special sub-frame pattern [TS 36.331 sec 6.3.2]
52 special_subframe_pattern: 7
53
54 # The real TX power
55 tx_power: 20
56 # Tunnel type
57 tunnel_type: "Device.IP.Interface.1.IPv4Address.1."
58
59
60# Femtocell Access Point Control Parameters
61fap_control:
62 # The administrative state of LTE FAP
63 # If True, the cell unlock and enable RF to serve traffic
64 admin_state: False
65 # Radio Resource Management
66 is_ca_frequency_contiguous: 0
67
68# Radio Environment Map Parameters
69rem:
70 primary_source: "FREE_RUNNING"
71
72# Spectrum Access System (SAS)
73sas:
74 # If True, eNodeB will be admistrated by SAS
75 sas_enable: True
76 # If True, it indicates device configuration was signed by CPI key
77 cpi_enable: True
78 # If True, add manufacturer name as prefix of Serial Number
79 manufacturer_prefix_enable: True
80 # The SAS server address
81 sas_server_url: "https://sas.goog/v1.2/"
82 # The username registered to SAS
83 sas_uid: "aether"
84 # Define device's SAS category [CFR 96.39(c)]
85 sas_category: "A"
86 # PAL or GAA
87 sas_channel_type: "GAA"
88 # The device's certification name, it uses to communicate with SAS server
89 sas_cert_subject: "ENODEBD_CONFIGURED_SAS_CERT"
90 # Location: indoor / outdoor
91 sas_location: "indoor"
92 # AGL or AMSL
93 sas_height_type: "AGL"
94 # FCC ID of device
95 sas_fccid: "ENODEBD_CONFIGURED_FCCID"
96 # RECEIVED_POWER_WITH_GRANT / RECEIVED_POWER_WITHOUT_GRANT
97 sas_measure_capability: "RECEIVED_POWER_WITHOUT_GRANT"
98 # Your CPI name
99 sas_cpi_name: "ONF_CPI"
100 # Your CPI Certification ID
101 sas_cpi_id: "GOOG-999999"
102 # Device antenna parameters
103 sas_antenna_azimuth: 0
104 sas_antenna_downtilt: 0
105 sas_antenna_gain: 5
106 sas_antenna_beamwidth: 360
107 # The signature of configuration
108 sas_cpi_signature_data: "ENODEBD_CONFIGURED_CPI_SIGNED_DATA"