mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
This commit introduces a substitute module library for setting up softmodems using YAML instead of libconfig. The softmodems should work the same with both types of files. Extra care was put to make sure the behavior of both modules is the same. Example yaml config files were added for the UE and gNB
7 lines
96 B
YAML
7 lines
96 B
YAML
test:
|
|
stringvalue: testvalue
|
|
stringlist:
|
|
- testvalue1
|
|
- testvalue2
|
|
- testvalue3
|