blob: 3f41c4161f571566721aa257ab3f2bb3e4c75fc1 [file] [log] [blame]
#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" },
{ PRIM_OP_INDICATION, "indication" },
{ PRIM_OP_CONFIRM, "confirm" },
{ 0, NULL }
};