dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37504?usp=email )


Change subject: IPAd_Tests: expect the IPAd to request a notifications list on 
init
......................................................................

IPAd_Tests: expect the IPAd to request a notifications list on init

The IPAd now requests a list of pending notifications before it fetches
the a new eIM package.

Related: SYS#6563
Change-Id: I2cd7fdfde24404bc8cb1af258923cd86627db68a
---
M ipad/IPAd_Tests.ttcn
1 file changed, 16 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/04/37504/1

diff --git a/ipad/IPAd_Tests.ttcn b/ipad/IPAd_Tests.ttcn
index d1f9214..04e4b1d 100644
--- a/ipad/IPAd_Tests.ttcn
+++ b/ipad/IPAd_Tests.ttcn
@@ -330,6 +330,9 @@

        /* Expect the IPAd to query the eIM configuration data from the eUICC */
        
f_vpcd_transceive(enc_GetEimConfigurationDataResponse(valueof(ts_getEimConfigurationDataResponse(eim_fqdn))),
 'BF5500'O);
+
+       /* Expect the IPAd to query the eUICC for pending notifications, we 
respond with an empty list */
+       
f_vpcd_transceive(enc_RetrieveNotificationsListResponse(valueof(ts_retrieveNotificationsListResponse_empty)),
 'BF2B00'O);
 }

 /* Handle the closing of logical channel 1 */

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37504?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2cd7fdfde24404bc8cb1af258923cd86627db68a
Gerrit-Change-Number: 37504
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange

Reply via email to