Skip to content

Config file update

Rohan requested to merge config_file_update into develop

@defosseu @tien-thinh.nguyen

Integrity and Ciphering algo order list is made variable here.
People testing UERANSIM with OAI-CN has problem as UERANSIM does not support NIA0 and NEA0.
I did validated UERANSIM with following configuration -

- INT_ALGO_LIST  =[ "NIA1" , "NIA2" ]
- CIPH_ALGO_LIST =[ "NEA1" , "NEA2" ]

https://github.com/aligungr/UERANSIM/blob/153b640eba27d61f0be080b07292c926c1c5eb09/docker/README.md

Merge request reports