blob: c2e71986afb8e3cd6835999ba1ce23a488db6425 [file] [log] [blame]
Harald Weltea2db75f2015-12-22 22:11:27 +01001#include <osmocom/core/utils.h>
2#include <osmocom/core/prim.h>
3
4const struct value_string osmo_prim_op_names[5] = {
5 { PRIM_OP_REQUEST, "request" },
6 { PRIM_OP_RESPONSE, "response" },
7 { PRIM_OP_INDICATION, "indication" },
8 { PRIM_OP_CONFIRM, "confirm" },
9 { 0, NULL }
10};