Change in osmo-pcu[master]: csn1: Implement CSN_CALLBACK type in encoder

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.org
Fri May 28 16:42:50 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/24445 )


Change subject: csn1: Implement CSN_CALLBACK type in encoder
......................................................................

csn1: Implement CSN_CALLBACK type in encoder

Picked code from the Decoder function. I gave it a try
callback_init_Cell_Selection_Params_FREQUENCY_DIFF and looks
like working fine.

Change-Id: Iac962ae3e9f52f417f394060b64fc4d0ebf3d0bf
---
M src/csn1.c
1 file changed, 7 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/45/24445/1

diff --git a/src/csn1.c b/src/csn1.c
index 0a3c88c..2be0392 100644
--- a/src/csn1.c
+++ b/src/csn1.c
@@ -2694,7 +2694,13 @@
 
       case CSN_CALLBACK:
       {
-        return ProcessError(writeIndex,"csnStreamEncoder Callback not implemented", -1, pDescr);
+        guint16  no_of_bits;
+        DissectorCallbackFcn_t callback = (DissectorCallbackFcn_t)pDescr->aux_fn;
+        LOGPC(DCSN1, LOGL_DEBUG, "CSN_CALLBACK(%s) | ", pDescr->sz);
+        no_of_bits = callback(vector, writeIndex, pvDATA(data, pDescr->i), pvDATA(data, pDescr->offset));
+        remaining_bits_len -= no_of_bits;
+        bit_offset += no_of_bits;
+        pDescr++;
         break;
       }
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Iac962ae3e9f52f417f394060b64fc4d0ebf3d0bf
Gerrit-Change-Number: 24445
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/20210528/87707e6b/attachment.htm>


More information about the gerrit-log mailing list