Skip to content

WIP: Feature/make s1 mme port configurable

FredericLeroy requested to merge feature/make-s1-mme-port-configurable into develop

This patch adds an optional "port" option to set another sctp port than 36412. For example:

   mme_ip_address      = ( { ipv4       = "192.168.18.99";
                              ipv6       = "192:168:30::17";
                              active     = "yes";
                              preference = "ipv4";
                              port       = 36412;
                            }
                          );

It is not tested yet, so this is a work in progress. Documentation is missing.

Edited by Remi Hardy

Merge request reports