Add moduleparm missing

Change-Id: I5d7d665225ebec9e9ecca56aaddbc557cec2351c
This commit is contained in:
Daniel Willmann 2018-01-17 12:48:16 +01:00
parent 6304d06b57
commit 57dc293de9
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ modulepar {
integer mp_bsc_rsl_port := 3003;
/* port number to which to establish the IPA CTRL connection */
integer mp_bsc_ctrl_port := 4249;
/* IP address at which the test binds */
charstring mp_test_ip := "127.0.0.1";
}
type record IPA_Client {