Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/9382


Change subject: chan_alloc: Print bts nr on chan alloc failure
......................................................................

chan_alloc: Print bts nr on chan alloc failure

Change-Id: I51bb656b5fef3247edc63477f391c954c4b28f56
---
M openbsc/src/libbsc/chan_alloc.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/82/9382/1

diff --git a/openbsc/src/libbsc/chan_alloc.c b/openbsc/src/libbsc/chan_alloc.c
index 52a8259..31a7055 100644
--- a/openbsc/src/libbsc/chan_alloc.c
+++ b/openbsc/src/libbsc/chan_alloc.c
@@ -362,7 +362,8 @@
        } else {
                struct challoc_signal_data sig;

-               LOGP(DRLL, LOGL_ERROR, "Failed to allocate %s channel\n",
+               LOGP(DRLL, LOGL_ERROR, "(bts=%d) Failed to allocate %s 
channel\n",
+                    gsm_ts_and_pchan_name(bts->nr),
                     gsm_lchant_name(type));

                sig.bts = bts;

--
To view, visit https://gerrit.osmocom.org/9382
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I51bb656b5fef3247edc63477f391c954c4b28f56
Gerrit-Change-Number: 9382
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to