infobip-hlr: skip the 'imsi' field

This commit is contained in:
Daniel Brahneborg 2025-03-25 08:28:54 +01:00
parent d9ff5e4ffa
commit d69fa9162c

View file

@ -13,9 +13,6 @@ sub before_dlr {
mnc => substr($mccmnc, 3),
);
my $imsi = $dlrinfo->{'0x1403'};
$info{imsi} = $imsi if (defined($imsi));
$response->{dlrinfo} = \%info;
return 0;