Skip to content

Commit

Permalink
Fixed a wrong TCAP release for MAP ATI response method, as it handles…
Browse files Browse the repository at this point in the history
… an already released dialog by a TC-END message from the HLR. Issue #84
  • Loading branch information
Fernando Mendioroz committed Sep 16, 2016
1 parent a3403c2 commit 412ce92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ public void onAnyTimeInterrogationResponse(
}
// Handle successful retrieval of subscriber's info
this.handleLocationResponse(result, response, mlpClientErrorMessage);
mapDialogMobility.release();

} catch (Exception e) {
logger.severe(String.format("Error while trying to process AnyTimeInterrogationResponse=%s", event), e);
Expand Down

0 comments on commit 412ce92

Please sign in to comment.