Change in osmo-pcu[master]: Rewrite Packet Downlink Assignment

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/.

daniel gerrit-no-reply at lists.osmocom.org
Fri Feb 22 16:42:44 UTC 2019


daniel has posted comments on this change. ( https://gerrit.osmocom.org/12954 )

Change subject: Rewrite Packet Downlink Assignment
......................................................................


Patch Set 6:

(1 comment)

https://gerrit.osmocom.org/#/c/12954/6/src/encoding.cpp
File src/encoding.cpp:

https://gerrit.osmocom.org/#/c/12954/6/src/encoding.cpp@104
PS6, Line 104: static inline bool write_tai(bitvec *dest, unsigned& wp, int8_t tai)
It's a bit weird that we now have two functions that essentially do the same. Could we wrap one in the other?

Something like this looks equivalent for write_tai, but needs knowledge of bitvec internals:

dest->cur_bit = wp;
write_ta_index(dest, tai);
wp = dest->cur_bit;

if (tai < 0)
 return false;
else
 return true;

I must admit that I don't understand the idea behind wp since it is that same value as dest->cur_bit (unless I'm missing something). Maybe what's missing is a bitvec function to set and get the current bit cursor position?



-- 
To view, visit https://gerrit.osmocom.org/12954
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie180733d2584ebb16fb80b84526d0dbc70e3d441
Gerrit-Change-Number: 12954
Gerrit-PatchSet: 6
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-CC: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-CC: daniel <dwillmann at sysmocom.de>
Gerrit-Comment-Date: Fri, 22 Feb 2019 16:42:44 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190222/4894d7d7/attachment.htm>


More information about the gerrit-log mailing list