RestComm / gmlc

Restcomm Location Server
http://www.restcomm.com/
GNU Affero General Public License v3.0
17 stars 40 forks source link

GMLC not processing fixed length of LAI in CGI or SAI from MAP ATI response #102

Closed FerUy closed 6 years ago

FerUy commented 6 years ago

Reported by iakhtyamov@gmail.com, tested on a live network, GMLC is not processing the case when the field MAP ATI response->subscriber info->location info->cellGlobalIdOrServiceAreaIdOrLAI would have value laiFixedLength (1).

By default GMLC only processes CellGlobalIdOrServiceAreaIdFixedLength(0), as for method public void onAnyTimeInterrogationResponse(org.mobicents.protocols.ss7.map.api.service.mobility.subscriberInformation.AnyTimeInterrogationResponse event, ActivityContextInterface aci) at MobileCoreNetworkInterfaceSbb class.

FerUy commented 6 years ago

Fixed with 3f4a584.