Skip to content
Snippets Groups Projects
Commit 11fe5f97 authored by Cedric Roux's avatar Cedric Roux
Browse files

bugfix: fix eNB name in configuration files

'_' is not a valid character.

S1AP specs say:

    ENBname ::= PrintableString (SIZE (1..150,...))

And X.680 (08/2015) 41.4 table 10 lists the valid characters for
PrintableString. '_' is not there. We replace by '-' which is there.

Connection of eNB to ppenair-cn has not been tested. There is no reason
why it would fail.
parent be8d32d5
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 32 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment