[PATCH 0/2] v2 of "GSM 04.08 message types: apply bitmask makros"

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/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Mon Mar 14 15:13:23 UTC 2016


changes to the patch:
 * use functions, not mask defines (as changed in libosmocore patch).
 * caught a few more hardcoded bitmasks.
 * add one log notice in case of unknown message type (see commit log).
 * previously two commits to apply masks / fix mask usage are combined in
   one commit that applies the new gsm48_hdr_* functions.
 * also apply transaction id bitmasks.

Neels Hofmeyr (2):
  04.08: apply new bitmask functions, fix bitmask use
  04.08: apply new transaction id inline functions

 openbsc/src/gprs/gb_proxy.c                |  4 ++--
 openbsc/src/gprs/gprs_gb_parse.c           | 13 ++++++++++---
 openbsc/src/gprs/gprs_gmm.c                | 10 +++++-----
 openbsc/src/libbsc/bsc_api.c               |  8 +++++---
 openbsc/src/libfilter/bsc_msg_filter.c     | 10 +++++-----
 openbsc/src/libmsc/gsm_04_08.c             | 13 ++++++-------
 openbsc/src/libmsc/gsm_04_11.c             |  2 +-
 openbsc/src/libmsc/silent_call.c           |  5 +++--
 openbsc/src/osmo-bsc/osmo_bsc_api.c        |  8 ++++----
 openbsc/src/osmo-bsc/osmo_bsc_filter.c     | 10 +++++-----
 openbsc/src/osmo-bsc_nat/bsc_nat.c         |  4 ++--
 openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c |  4 ++--
 openbsc/src/osmo-bsc_nat/bsc_ussd.c        |  6 +++---
 13 files changed, 53 insertions(+), 44 deletions(-)

-- 
2.1.4




More information about the OpenBSC mailing list