neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/30404 )
Change subject: tweak comment in pfcp_ies_custom.c ......................................................................
tweak comment in pfcp_ies_custom.c
Change-Id: I1530939cc63369668d2f3e5a126912713c06d0c1 --- M src/libosmo-pfcp/pfcp_ies_custom.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/04/30404/1
diff --git a/src/libosmo-pfcp/pfcp_ies_custom.c b/src/libosmo-pfcp/pfcp_ies_custom.c index 06b7494..3531e02 100644 --- a/src/libosmo-pfcp/pfcp_ies_custom.c +++ b/src/libosmo-pfcp/pfcp_ies_custom.c @@ -36,7 +36,7 @@ #include <osmocom/pfcp/pfcp_strs.h> #include <osmocom/pfcp/pfcp_msg.h>
-/* Assumes presence of local variable osmo_pfcp_msg *m. m->log_ctx may be NULL. */ +/* Assumes presence of local variable decoded_struct to derive osmo_pfcp_msg* from. m->log_ctx may be NULL. */ #define RETURN_ERROR(RC, FMT, ARGS...) \ do {\ OSMO_ASSERT(decoded_struct); \