summaryrefslogtreecommitdiffstats
path: root/src/gsm/apn.c
Commit message (Collapse)AuthorAgeFilesLines
* gsm: Add APN conversion functionsJacob Erlbeck2016-01-151-0/+75
| | | | | | | | | | | | These functions are currently part of openbsc but also needed by other projects. The function have been renamed as follows: gprs_apn_to_str -> osmo_apn_to_str gprs_str_to_apn -> osmo_apn_from_str Sponsored-by: On-Waves ehf
* Add APN utility function to libosmogsmHarald Welte2015-05-251-0/+38
The current functions are used to 'qualify' an APN from the user-supplied APN name (name identifier) towards the fully-qualified APN name which is used in the .grps DNS zone.