From cbc7b065345d41e077069bcee1519b8557f70fed Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 9 Feb 2009 23:10:48 +0000 Subject: [PATCH] some more primitive names for improved debug readability --- src/input/misdn.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/input/misdn.c b/src/input/misdn.c index 8201293c7..bfdcc13cd 100644 --- a/src/input/misdn.c +++ b/src/input/misdn.c @@ -62,6 +62,9 @@ struct prim_name { }; const struct prim_name prim_names[] = { + { PH_CONTROL_IND, "PH_CONTROL_IND" }, + { PH_DATA_IND, "PH_DATA_IND" }, + { PH_DATA_CNF, "PH_DATA_CNF" }, { DL_ESTABLISH_IND, "DL_ESTABLISH_IND" }, { DL_ESTABLISH_CNF, "DL_ESTABLISH_CNF" }, { DL_RELEASE_IND, "DL_RELEASE_IND" },