Change in osmo-bts[master]: pcu_sock: use LOGPTRX() in info_ind_fill_trx()

2020-08-06 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/19512 )

Change subject: pcu_sock: use LOGPTRX() in info_ind_fill_trx()
..

pcu_sock: use LOGPTRX() in info_ind_fill_trx()

Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
---
M src/common/pcu_sock.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 392900a..53822a2 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -140,8 +140,8 @@
trx_info->pdch_mask |= (1 << tn);
trx_info->tsc[tn] = gsm_ts_tsc(ts);

-   LOGP(DPCU, LOGL_INFO, "(trx=%u,ts=%u) PDCH available (tsc=%u 
arfcn=%u)\n",
-   trx->nr, ts->nr, trx_info->tsc[tn], trx->arfcn);
+   LOGPTRX(trx, DPCU, LOGL_INFO, "PDCH on ts=%u is available "
+   "(tsc=%u arfcn=%u)\n", ts->nr, trx_info->tsc[tn], 
trx->arfcn);
}
 }


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/19512
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
Gerrit-Change-Number: 19512
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-bts[master]: pcu_sock: use LOGPTRX() in info_ind_fill_trx()

2020-08-06 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/19512 )

Change subject: pcu_sock: use LOGPTRX() in info_ind_fill_trx()
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/19512
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
Gerrit-Change-Number: 19512
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Thu, 06 Aug 2020 16:44:22 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: pcu_sock: use LOGPTRX() in info_ind_fill_trx()

2020-08-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/19512 )

Change subject: pcu_sock: use LOGPTRX() in info_ind_fill_trx()
..


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/19512
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
Gerrit-Change-Number: 19512
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Sun, 02 Aug 2020 20:18:22 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: pcu_sock: use LOGPTRX() in info_ind_fill_trx()

2020-08-02 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/19512 )


Change subject: pcu_sock: use LOGPTRX() in info_ind_fill_trx()
..

pcu_sock: use LOGPTRX() in info_ind_fill_trx()

Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
---
M src/common/pcu_sock.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/12/19512/1

diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 392900a..53822a2 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -140,8 +140,8 @@
trx_info->pdch_mask |= (1 << tn);
trx_info->tsc[tn] = gsm_ts_tsc(ts);

-   LOGP(DPCU, LOGL_INFO, "(trx=%u,ts=%u) PDCH available (tsc=%u 
arfcn=%u)\n",
-   trx->nr, ts->nr, trx_info->tsc[tn], trx->arfcn);
+   LOGPTRX(trx, DPCU, LOGL_INFO, "PDCH on ts=%u is available "
+   "(tsc=%u arfcn=%u)\n", ts->nr, trx_info->tsc[tn], 
trx->arfcn);
}
 }


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/19512
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
Gerrit-Change-Number: 19512
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-MessageType: newchange