forked from public/public
infobip-hlr: skip the 'imsi' field
This commit is contained in:
parent
d9ff5e4ffa
commit
d69fa9162c
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@ sub before_dlr {
|
||||||
mnc => substr($mccmnc, 3),
|
mnc => substr($mccmnc, 3),
|
||||||
);
|
);
|
||||||
|
|
||||||
my $imsi = $dlrinfo->{'0x1403'};
|
|
||||||
$info{imsi} = $imsi if (defined($imsi));
|
|
||||||
|
|
||||||
$response->{dlrinfo} = \%info;
|
$response->{dlrinfo} = \%info;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue