4.13.2. UpdateLocationOperation Previous topic Parent topic Child topic Next topic

UpdateLocationOperation defines the MAP operation for location update. Supported values are UpdateGprsLocation and UpdateLocation. Defaults to UpdateGprsLocation. UpdateLocationInterfaceOperation does not enable location update. For this a separate flag parameter UpdateLocation must be set.
Here's an example for MAP configuration. All AuthBy SIMMAP and AuthBy AKAMAP clauses that use this MAP clause fetch profile for the IMSI with UpdateLocation MAP operation.
<AuthBy AKAMAP>
    UpdateLocation
    # Other AuthBy parameters
</AuthBy>

<MAP>
    # Old HLR/AuC requires UpdateLocation
    UpdateLocationOperation UpdateLocation
    # Other MAP parameters
</MAP>