RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
186 stars 221 forks source link

Fix getMessageType() for UpdateGprsLocationResponse #313

Open StephenKing opened 5 years ago

StephenKing commented 5 years ago

What this PR does / why we need it: Currently UpdateGprsLocationResponseImpl returns as its message type MAPMessageType.updateGprsLocation_Request, although it is a response.

Which issue(s) this PR fixes Fixes: #312