aboutsummaryrefslogtreecommitdiffstats
path: root/src/prim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prim.c')
-rw-r--r--src/prim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prim.c b/src/prim.c
index c2e71986..3f41c416 100644
--- a/src/prim.c
+++ b/src/prim.c
@@ -1,6 +1,8 @@
#include <osmocom/core/utils.h>
#include <osmocom/core/prim.h>
+/*! \brief human-readable string mapping for
+ * \ref osmo_prim_operation */
const struct value_string osmo_prim_op_names[5] = {
{ PRIM_OP_REQUEST, "request" },
{ PRIM_OP_RESPONSE, "response" },