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/.
dexter gerrit-no-reply at lists.osmocom.orgdexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/25286 )
Change subject: gsm_08_58: fix sourcecode formatting
......................................................................
gsm_08_58: fix sourcecode formatting
struct abis_rsl_osmo_rep_acch_cap has an indentation level that is too
deep.
Change-Id: Ie15feac75d1aa4fe5e5e237b14119addf09e5d77
---
M include/osmocom/gsm/protocol/gsm_08_58.h
1 file changed, 12 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/86/25286/1
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index 0182d8d..5713a0f 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -123,19 +123,19 @@
/* Osmocom specific IE to negotiate repeated ACCH capabilities */
struct abis_rsl_osmo_rep_acch_cap {
#if OSMO_IS_BIG_ENDIAN
- uint8_t reserved:1,
- rxqual:3,
- ul_sacch:1,
- dl_sacch:1,
- dl_facch_all:1,
- dl_facch_cmd:1;
+ uint8_t reserved:1,
+ rxqual:3,
+ ul_sacch:1,
+ dl_sacch:1,
+ dl_facch_all:1,
+ dl_facch_cmd:1;
#elif OSMO_IS_LITTLE_ENDIAN
- uint8_t dl_facch_cmd:1,
- dl_facch_all:1,
- dl_sacch:1,
- ul_sacch:1,
- rxqual:3,
- reserved:1;
+ uint8_t dl_facch_cmd:1,
+ dl_facch_all:1,
+ dl_sacch:1,
+ ul_sacch:1,
+ rxqual:3,
+ reserved:1;
#endif
} __attribute__ ((packed));
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/25286
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie15feac75d1aa4fe5e5e237b14119addf09e5d77
Gerrit-Change-Number: 25286
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210831/d357d7bb/attachment.htm>