Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/13065
Change subject: fix api doc typo for osmo_plmn_name2()
......................................................................
fix api doc typo for osmo_plmn_name2()
Change-Id: Ic2652c7e4ffe1e707022168ac6c0da7c88ae7f45
---
M src/gsm/gsm23003.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/65/13065/1
diff --git a/src/gsm/gsm23003.c b/src/gsm/gsm23003.c
index 95fca91..720c09b 100644
--- a/src/gsm/gsm23003.c
+++ b/src/gsm/gsm23003.c
@@ -129,7 +129,7 @@
return buf;
}
-/*! Same as osmo_mcc_mnc_name(), but returning in a different static buffer.
+/*! Same as osmo_plmn_name(), but returning in a different static buffer.
* \param[in] plmn MCC-MNC value.
* \returns string in static buffer.
*/
--
To view, visit https://gerrit.osmocom.org/13065
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic2652c7e4ffe1e707022168ac6c0da7c88ae7f45
Gerrit-Change-Number: 13065
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>