ggsn: Fix TC_addr_pool_exhaustion not answering Gy CCR termination

Change-Id: If126840001b1e10d3dee86d678e624a0584337e8
This commit is contained in:
Pau Espin 2022-04-20 14:43:43 +02:00
parent 3912895260
commit cb1e8278f9
1 changed files with 1 additions and 0 deletions

View File

@ -2157,6 +2157,7 @@ module GGSN_Tests {
T_next.start;
alt {
[Gx_PROC.checkstate("Connected")] as_DIA_Gx_CCR(TERMINATION_REQUEST) { repeat; }
[Gy_PROC.checkstate("Connected")] as_DIA_Gy_CCR(TERMINATION_REQUEST) { repeat; }
[] pingpong();
[] T_next.timeout {
f_send_gtpc(ts_GTPC_DeletePDP(g_peer_c, g_c_seq_nr, teic_list[next_req_ctx], '0001'B, '1'B));