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/.
neels gerrit-no-reply at lists.osmocom.orgneels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/24507 )
Change subject: gsm_08_58.h: add mask for Osmocom specific VAMOS C-bits
......................................................................
Patch Set 2:
(1 comment)
https://gerrit.osmocom.org/c/libosmocore/+/24507/2/include/osmocom/gsm/protocol/gsm_08_58.h
File include/osmocom/gsm/protocol/gsm_08_58.h:
https://gerrit.osmocom.org/c/libosmocore/+/24507/2/include/osmocom/gsm/protocol/gsm_08_58.h@465
PS2, Line 465: #define RSL_CHAN_OSMO_VAMOS_MASK 0xe0 /* VAMOS TCH/{F,H} */
> this mask also includes 0b11100xxx, but we only use 0b11101xxx to 0b11111xxx for VAMOS. […]
hmm maybe
#define RSL_CHAN_IS_OSMO_VAMOS(chan_nr) ((chan_nr) >= 0xe8)
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/24507
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ia0bd8695a3f12331b696fe69117189cdd48b584d
Gerrit-Change-Number: 24507
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-CC: neels <nhofmeyr at sysmocom.de>
Gerrit-Comment-Date: Wed, 02 Jun 2021 02:07:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210602/05bd9855/attachment.htm>