Skip to content

Commit

Permalink
CT: check Acct-Termination-Cause
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Jul 31, 2020
1 parent 284a4e1 commit b6ed415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/ggsn_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,7 @@ simple_aaa(Config) ->
'InPackets' => '_', 'OutPackets' => '_'}, SInterim),
?match_map(
#{'Acct-Session-Time' => '_',
'Termination-Cause' => '_',
'InOctets' => '_', 'OutOctets' => '_',
'InPackets' => '_', 'OutPackets' => '_'}, Stop),

Expand Down
1 change: 1 addition & 0 deletions test/pgw_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2770,6 +2770,7 @@ simple_aaa(Config) ->
'InPackets' => '_', 'OutPackets' => '_'}, SInterim),
?match_map(
#{'Acct-Session-Time' => '_',
'Termination-Cause' => '_',
'InOctets' => '_', 'OutOctets' => '_',
'InPackets' => '_', 'OutPackets' => '_'}, Stop),

Expand Down

0 comments on commit b6ed415

Please sign in to comment.