aboutsummaryrefslogtreecommitdiffstats
path: root/src/prim.c
blob: c2e71986afb8e3cd6835999ba1ce23a488db6425 (plain)
1
2
3
4
5
6
7
8
9
10
#include <osmocom/core/utils.h>
#include <osmocom/core/prim.h>

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 }
};