pespin has uploaded this change for review.
gmm: Fix typo in poaram name passed to logging macro
Change-Id: Ib8025f29ddd9916907e14becaadad66336306e8a
---
M include/osmocom/gprs/gmm/gmm_private.h
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/74/32574/1
diff --git a/include/osmocom/gprs/gmm/gmm_private.h b/include/osmocom/gprs/gmm/gmm_private.h
index 942d074..bdff1c1 100644
--- a/include/osmocom/gprs/gmm/gmm_private.h
+++ b/include/osmocom/gprs/gmm/gmm_private.h
@@ -117,7 +117,7 @@
int gprs_gmm_submit_gmmsm_establish_cnf(struct gprs_gmm_entity *gmme, uint32_t sess_id, bool accepted, uint8_t cause);
int gprs_gmm_submit_llgmm_assing_req(const struct gprs_gmm_entity *gmme);
-#define LOGGMME(snme, level, fmt, args...) \
+#define LOGGMME(gmme, level, fmt, args...) \
LOGGMM(level, "GMME(IMSI-%s:PTMSI-%08x:TLLI-%08x) " fmt, \
gmme->imsi, \
gmme->ptmsi, \
To view, visit change 32574. To unsubscribe, or for help writing mail filters, visit settings.