gsm: rename s/gsm0502_fn_compare/gsm0502_fncmp/

Change-Id: Ie8bb9c49c6f81b8f4a1766547d6943f9880d1186
Related: OS#5500
diff --git a/include/osmocom/gsm/gsm0502.h b/include/osmocom/gsm/gsm0502.h
index 6624e70..0ac1387 100644
--- a/include/osmocom/gsm/gsm0502.h
+++ b/include/osmocom/gsm/gsm0502.h
@@ -70,7 +70,7 @@
  * \returns similarly to memcmp(), -1 if fn1 goes before fn2;
  *                                  0 if fn1 equals fn2;
  *                                  1 if fn1 goes after fn2. */
-static inline int gsm0502_fn_compare(uint32_t fn1, uint32_t fn2)
+static inline int gsm0502_fncmp(uint32_t fn1, uint32_t fn2)
 {
 	const uint32_t thresh = GSM_TDMA_HYPERFRAME / 2;