aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-10-19 21:46:54 +0200
committerHarald Welte <laforge@netfilter.org>2009-10-19 21:46:54 +0200
commita62202be31e4a790fc28c9f59d3fb4eb96ef916d (patch)
treef0e1bef5fe1d8c70623e36d631fbf5228355b5c2 /openbsc/src/abis_nm.c
parent53f4b10b210a962faeb37c3e0ed09ae66a83630e (diff)
[abis_nm]: Print Object Class of ip.access messages
Diffstat (limited to 'openbsc/src/abis_nm.c')
-rwxr-xr-xopenbsc/src/abis_nm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index f9a7252a7..ff122dc8d 100755
--- a/openbsc/src/abis_nm.c
+++ b/openbsc/src/abis_nm.c
@@ -2474,6 +2474,11 @@ static int abis_nm_rx_ipacc(struct msgb *msg)
foh = (struct abis_om_fom_hdr *) (oh->data + 1 + idstrlen);
abis_nm_tlv_parse(&tp, foh->data, oh->length-sizeof(*foh));
+ DEBUGP(DNM, "OC=%s(%02x) INST=(%02x,%02x,%02x) ",
+ obj_class_name(foh->obj_class), foh->obj_class,
+ foh->obj_inst.bts_nr, foh->obj_inst.trx_nr,
+ foh->obj_inst.ts_nr);
+
DEBUGP(DNM, "IPACCESS(0x%02x): ", foh->msg_type);
switch (foh->msg_type) {