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 uploaded this change for review. ( 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, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/87/17087/1
diff --git a/src/gsm_rlcmac.cpp b/src/gsm_rlcmac.cpp
index 2041e39..25f9072 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");
return -1;
}
else if (payload_type == PAYLOAD_TYPE_RESERVED)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
return -1;
}
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");
return -1;
}
else if (data->PAYLOAD_TYPE == PAYLOAD_TYPE_RESERVED)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
return -1;
}
/* 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");
return -1;
}
else if (data->PAYLOAD_TYPE == PAYLOAD_TYPE_RESERVED)
{
- LOGPC(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
+ LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)");
return -1;
}
/* We can decode the message */
--
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: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200203/7bae54af/attachment.htm>