Change in osmo-bts[master]: rsl: rx ipac crcx/mdcx: Log payload_type2

2022-08-11 Thread pespin
pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/29027 )

Change subject: rsl: rx ipac crcx/mdcx: Log payload_type2
..

rsl: rx ipac crcx/mdcx: Log payload_type2

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

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/common/rsl.c b/src/common/rsl.c
index 0a519af..e8765a7 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -2793,6 +2793,8 @@
LOGPC(DRSL, LOGL_DEBUG, "\n");

payload_type2 = TLVP_VAL(, RSL_IE_IPAC_RTP_PAYLOAD2);
+   if (payload_type2)
+   LOGPC(DRSL, LOGL_DEBUG, "payload_type2=%u ", *payload_type2);

if (dch->c.msg_type == RSL_MT_IPAC_CRCX && connect_ip && connect_port)
inc_ip_port = 1;

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id3afee50aa112051aacb9016183a78374e5ba7fc
Gerrit-Change-Number: 29027
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in osmo-bts[master]: rsl: rx ipac crcx/mdcx: Log payload_type2

2022-08-11 Thread laforge
Attention is currently required from: pespin.
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/29027 )

Change subject: rsl: rx ipac crcx/mdcx: Log payload_type2
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id3afee50aa112051aacb9016183a78374e5ba7fc
Gerrit-Change-Number: 29027
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Attention: pespin 
Gerrit-Comment-Date: Thu, 11 Aug 2022 18:59:17 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: rsl: rx ipac crcx/mdcx: Log payload_type2

2022-08-10 Thread fixeria
Attention is currently required from: pespin.
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/29027 )

Change subject: rsl: rx ipac crcx/mdcx: Log payload_type2
..


Patch Set 1: Code-Review+1


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id3afee50aa112051aacb9016183a78374e5ba7fc
Gerrit-Change-Number: 29027
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Attention: pespin 
Gerrit-Comment-Date: Wed, 10 Aug 2022 15:28:37 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: rsl: rx ipac crcx/mdcx: Log payload_type2

2022-08-10 Thread pespin
pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/29027 )


Change subject: rsl: rx ipac crcx/mdcx: Log payload_type2
..

rsl: rx ipac crcx/mdcx: Log payload_type2

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



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

diff --git a/src/common/rsl.c b/src/common/rsl.c
index 0a519af..e8765a7 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -2793,6 +2793,8 @@
LOGPC(DRSL, LOGL_DEBUG, "\n");

payload_type2 = TLVP_VAL(, RSL_IE_IPAC_RTP_PAYLOAD2);
+   if (payload_type2)
+   LOGPC(DRSL, LOGL_DEBUG, "payload_type2=%u ", *payload_type2);

if (dch->c.msg_type == RSL_MT_IPAC_CRCX && connect_ip && connect_port)
inc_ip_port = 1;

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id3afee50aa112051aacb9016183a78374e5ba7fc
Gerrit-Change-Number: 29027
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-MessageType: newchange