Difference between revisions of "5G: srsEPC eNV coba di 900MHz"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "==Calculator== https://5g-tools.com/4g-lte-earfcn-calculator/ LTE band 8 earfcn 3450 DL 925 UL 880") |
Onnowpurbo (talk | contribs) |
||
| Line 7: | Line 7: | ||
DL 925 | DL 925 | ||
UL 880 | UL 880 | ||
| + | |||
| + | |||
| + | ==Config rr.conf== | ||
| + | |||
| + | cd ~/srsLTE/srsenb | ||
| + | vi rr.conf | ||
| + | |||
| + | cell_list = | ||
| + | ( | ||
| + | { | ||
| + | ... | ||
| + | dl_earfcn = 3450; | ||
| + | ... | ||
| + | } | ||
| + | ) | ||
| + | |||
| + | ==Config enb.conf== | ||
| + | |||
| + | cd ~/srsLTE/srsenb | ||
| + | vi enb.conf | ||
| + | |||
| + | [rf] | ||
| + | dl_earfcn = 3450 | ||
Latest revision as of 10:46, 16 September 2022
Calculator
https://5g-tools.com/4g-lte-earfcn-calculator/
LTE band 8 earfcn 3450 DL 925 UL 880
Config rr.conf
cd ~/srsLTE/srsenb vi rr.conf
cell_list =
(
{
...
dl_earfcn = 3450;
...
}
)
Config enb.conf
cd ~/srsLTE/srsenb vi enb.conf
[rf] dl_earfcn = 3450