Attention is currently required from: jolly.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43656?usp=email )
Change subject: IPAd: Add support for testing IPAd polling two eIMs ......................................................................
Patch Set 1:
(1 comment)
File ipad/IPAd_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43656/comment/1636beca_0b71c... : PS1, Line 111: private function f_init_pars(boolean second_eim := false) maybe call it "second_eim_present"?
I have an idea that you might consider also:
We could have a record that holds the eimFqdn and eimId values. We then could use this record to create an array in pars. The array would get its default contents via an a parameter in f_init_pars.
in f_eim_init(), we then would loop over the array and create a GetEimConfigurationDataResponse dynamically.
This would allow us to put as many eIMs as we want. Not just two.