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