Skip to content

api,location: give Tracking Area Code field in 3GPP location info

Aleksander Morgado requested to merge aleksander/location-tac into master

The "location area code" field is given in GSM/UMTS networks exclusively. LTE networks use the concept of "tracking area code" instead.

This patch updates the Location interface to Provide separate fields for LAC and TAC, instead of giving TAC values in the LAC field.

Merge request reports