WIP: Feature/make s1 mme port configurable
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