This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom A-bis protcol interface library".
The branch, master has been updated
via c1cf14cae8a4ff8d60976eb188344595755448d5 (commit)
from c42c2ca8e00ea5602cdccfaf73ec9fe097c529af (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=c1cf14cae8a4ff8d60976eb1883…
commit c1cf14cae8a4ff8d60976eb188344595755448d5
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 7 18:40:01 2016 +0200
Fix macro definitions
Wrap macro parameter in brackets to make sure macros always work
properly: without it GSM_FN_TO_MS(a - b) will result in a - b *
GSM_TDMA_FRAME_MS contrary to the user's expectation of (a - b) *
GSM_TDMA_FRAME_MS.
Change-Id: I38937469eb7948e2b8e6c1d7fba2c2adeba45b41
Reviewed-on:
https://gerrit.osmocom.org/217
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/trau/osmo_ortp.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library