[PATCH] openbsc[master]: info log: iu: add line break to and tweak rx RAB Ass Resp log

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Oct 20 23:55:04 UTC 2016


Review at  https://gerrit.osmocom.org/1122

info log: iu: add line break to and tweak rx RAB Ass Resp log

Change-Id: I50e701493f3951a43506cc37753a30d47f8d601f
---
M openbsc/src/libiu/iu.c
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/22/1122/1

diff --git a/openbsc/src/libiu/iu.c b/openbsc/src/libiu/iu.c
index 837385e..87a02d8 100644
--- a/openbsc/src/libiu/iu.c
+++ b/openbsc/src/libiu/iu.c
@@ -411,7 +411,8 @@
 {
 	int rc = -1;
 
-	LOGP(DRANAP, LOGL_INFO, "RAB Asignment Response:");
+	LOGP(DRANAP, LOGL_INFO,
+	     "Rx RAB Assignment Response for UE conn_id %u\n", ctx->conn_id);
 	if (ies->presenceMask & RAB_ASSIGNMENTRESPONSEIES_RANAP_RAB_SETUPORMODIFIEDLIST_PRESENT) {
 		/* TODO: Iterate over list of SetupOrModifiedList IEs and handle each one */
 		RANAP_IE_t *ranap_ie = ies->raB_SetupOrModifiedList.raB_SetupOrModifiedList_ies.list.array[0];
@@ -427,8 +428,6 @@
 
 		ranap_free_rab_setupormodifieditemies(&setup_ies);
 	}
-
-	LOGPC(DRANAP, LOGL_INFO, "\n");
 
 	return rc;
 }

-- 
To view, visit https://gerrit.osmocom.org/1122
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50e701493f3951a43506cc37753a30d47f8d601f
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list