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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17087 )
Change subject: rlcmac: Transform a few LOGPC messages to LOGP
......................................................................
rlcmac: Transform a few LOGPC messages to LOGP
Those messages are self contained and don't need LOGPC.
Change-Id: Iea79e030563cd29bfc9750ff5c3e398c590a7307
---
M src/gsm_rlcmac.cpp
1 file changed, 7 insertions(+), 7 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/src/gsm_rlcmac.cpp b/src/gsm_rlcmac.cpp
index ae2b7e4..e594092 100644
--- a/src/gsm_rlcmac.cpp
+++ b/src/gsm_rlcmac.cpp
@@ -4817,12 +4817,12 @@
if (payload_type == PAYLOAD_TYPE_DATA)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: DATA (0), not implemented");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: DATA (0), not implemented\n");
return CSN_ERROR_GENERAL;
}
else if (payload_type == PAYLOAD_TYPE_RESERVED)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)\n");
return CSN_ERROR_GENERAL;
}
data->NrOfBits = 23 * 8;
@@ -4938,12 +4938,12 @@
if (data->PAYLOAD_TYPE == PAYLOAD_TYPE_DATA)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: DATA (0), not implemented");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: DATA (0), not implemented\n");
return CSN_ERROR_GENERAL;
}
else if (data->PAYLOAD_TYPE == PAYLOAD_TYPE_RESERVED)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)\n");
return CSN_ERROR_GENERAL;
}
/* We can decode the message */
@@ -5236,12 +5236,12 @@
if (data->PAYLOAD_TYPE == PAYLOAD_TYPE_DATA)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: DATA (0), not implemented");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: DATA (0), not implemented\n");
return CSN_ERROR_GENERAL;
}
else if (data->PAYLOAD_TYPE == PAYLOAD_TYPE_RESERVED)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)\n");
return CSN_ERROR_GENERAL;
}
/* We can decode the message */
@@ -5496,7 +5496,7 @@
}
else
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)\n");
return;
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/17087
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Iea79e030563cd29bfc9750ff5c3e398c590a7307
Gerrit-Change-Number: 17087
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200206/c9f5461c/attachment.htm>