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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/aoip has been updated discards 240fdfeefb21be1b1f524e3774a8a97c22b07943 (commit) via fbe194807026906bc1f7fe8365efcebe9e3f160a (commit)
This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this:
* -- * -- B -- O -- O -- O (240fdfeefb21be1b1f524e3774a8a97c22b07943) \ N -- N -- N (fbe194807026906bc1f7fe8365efcebe9e3f160a)
When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B.
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/libosmocore/commit/?id=fbe194807026906bc1f7fe8365efc...
commit fbe194807026906bc1f7fe8365efcebe9e3f160a Author: Philipp Maier pmaier@sysmocom.de Date: Wed Mar 29 17:53:43 2017 +0200
gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQST
gsm0808.h/c lacks functionality to generate BSS_MAP_MSG_ASSIGMENT_RQST messages. These messages are required if the code is used in an MSC implementation.
This commit adds a gsm0808_create_assignment() function, that generates an A/AoiP BSS_MAP_MSG_PAGING message.
-----------------------------------------------------------------------
Summary of changes: include/osmocom/gsm/gsm0808.h | 10 +++--- src/gsm/gsm0808.c | 77 +++++++++++++++++++++++++++++++++++++++++-- tests/gsm0808/gsm0808_test.c | 51 ++++++++++++++++++++++++++++ tests/gsm0808/gsm0808_test.ok | 1 + 4 files changed, 131 insertions(+), 8 deletions(-)
hooks/post-receive