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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, laforge/pending has been updated
via 7c55ede8b12faf1420b25ba30b5a22467fb2445c (commit)
via 5f2524fe3d7242530f2088635df03df297862da0 (commit)
from 5d547a4358edbd18744d1996d6ecb40328f09061 (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/openbsc/commit/?id=7c55ede8b12faf1420b25ba30b5a2246…
commit 7c55ede8b12faf1420b25ba30b5a22467fb2445c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 18:31:37 2016 +0200
Add human-readable name of SGSN_AUTH_AUTHENTICATE
In commit 4adb136da63a1d3ed523ad85e12fd99fc62f5701 we introduced
a new authentication state SGSN_AUTH_AUTHENTICATE, but we didn't
add that to auth_state_names[] resulting in log messages printing
it abut 'unknown 0x1' rather than something more useful.
http://cgit.osmocom.org/openbsc/commit/?id=5f2524fe3d7242530f2088635df03df2…
commit 5f2524fe3d7242530f2088635df03df297862da0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 18:25:12 2016 +0200
sgsn/GSUP: Support MAP-style nested LU/ISD
The existing GSUP code expected the subscriber data to be piggy-backed
onto the location update response, rather than a separate (and nested)
insert subscriber data request/response phase.
With this patch we should now support both the nested as well as the
piggy-backed version.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_subscriber.c | 22 ++++++++++++++++++++++
openbsc/src/gprs/sgsn_auth.c | 1 +
2 files changed, 23 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 06db912aaa4aac0665ad2180c608d4b216dfd9e1 (commit)
from 508ede80da028757ef7b2318e37e8ad9b4631790 (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/osmo-auc/commit/?id=06db912aaa4aac0665ad2180c608d4b…
commit 06db912aaa4aac0665ad2180c608d4b216dfd9e1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 16:38:14 2016 +0200
AUC: Differentiate between actual error and unknown IMSI
When responding to a SendAuthInfo.req, we need to differentiate
an error case caused by an unknown IMSI, or an error caused by
an error regarding accessing the database or data integrity.
-----------------------------------------------------------------------
Summary of changes:
osmo-gsup-hlr/src/db_auc.c | 39 +++++++++++++++++++++++++++++----------
osmo-gsup-hlr/src/hlr.c | 6 +++++-
2 files changed, 34 insertions(+), 11 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/iu has been updated
via cf2ca648e9f8b9ed753b4ffb588305b0a3430208 (commit)
via 62ee416d95711298da23e3c48019bf05e6a60299 (commit)
via e42a2ab158bdeb042062fb53abb59b83c5335f9a (commit)
via 9336cede840a10dd3252298529721e285ca4e871 (commit)
via 8c6732909bd8dc090c079755a4166e813bac826a (commit)
from 960d28087e18263027f7dbdb5e5bc641053c7e64 (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/openbsc/commit/?id=cf2ca648e9f8b9ed753b4ffb588305b0…
commit cf2ca648e9f8b9ed753b4ffb588305b0a3430208
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed May 4 18:56:33 2016 +0200
gprs: Update mm_ctx ra_id from ue_ctx
http://cgit.osmocom.org/openbsc/commit/?id=62ee416d95711298da23e3c48019bf05…
commit 62ee416d95711298da23e3c48019bf05e6a60299
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed May 4 18:52:32 2016 +0200
libiu: Keep current ra_id in ue_conn_ctx
http://cgit.osmocom.org/openbsc/commit/?id=e42a2ab158bdeb042062fb53abb59b83…
commit e42a2ab158bdeb042062fb53abb59b83c5335f9a
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed May 4 17:21:15 2016 +0200
libiu: Also get routing area code if present in InitialUE Message
http://cgit.osmocom.org/openbsc/commit/?id=9336cede840a10dd3252298529721e28…
commit 9336cede840a10dd3252298529721e285ca4e871
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed May 4 16:45:02 2016 +0200
libiu: Fix memory leaks on receive and transmit
The ranap_handle_* functions generate a msgb and pass it on to the receive
callback. After processing the message the msgb needs to be freed again.
iu_tx() takes a msgb and uses ranap_new_msg_dt() to generate a new msgb from
it. The old msgb needs to be freed.
http://cgit.osmocom.org/openbsc/commit/?id=8c6732909bd8dc090c079755a4166e81…
commit 8c6732909bd8dc090c079755a4166e813bac826a
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon May 2 16:46:43 2016 +0200
gprs: Track PMM states
For Iu mode it is important to know when the UE is in PMM-IDLE mode since the
SGSN will need to page the UE if there is data for it.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 15 +++++++++++++--
openbsc/include/openbsc/iu.h | 1 +
openbsc/src/gprs/gprs_gmm.c | 10 ++++++++--
openbsc/src/gprs/gprs_sgsn.c | 6 ++++++
openbsc/src/libiu/iu.c | 17 ++++++++++++++---
5 files changed, 42 insertions(+), 7 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/iu has been updated
via 960d28087e18263027f7dbdb5e5bc641053c7e64 (commit)
via a27b295100f30f5477bc5baae4a2872997f86f33 (commit)
via 9015d4db52d9de0fea39eede34a3972551a96edf (commit)
via 3cda07754184867c49b7116f6dc000d03c0e33ea (commit)
via c3da27fa983272d25a1f7fe8b53fac6ebf2c7cbd (commit)
via bfc190e0fc5c6d86f7bc84b26eaa94995674dbc0 (commit)
via f959ad8991283acd08b5b142541db32a260c87ce (commit)
from f3bcdd272b557c164950162ce5372c85cb8a731b (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_08.c | 40 ++++++++++++++++++++++++++++++++-----
openbsc/src/libmsc/gsm_subscriber.c | 27 -------------------------
openbsc/src/libmsc/iu_cs.c | 4 ++--
openbsc/src/osmo-cscn/iucs_ranap.c | 19 +++++++++++++-----
4 files changed, 51 insertions(+), 39 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/cscn has been updated
via 960d28087e18263027f7dbdb5e5bc641053c7e64 (commit)
via a27b295100f30f5477bc5baae4a2872997f86f33 (commit)
via 9015d4db52d9de0fea39eede34a3972551a96edf (commit)
via 3cda07754184867c49b7116f6dc000d03c0e33ea (commit)
via c3da27fa983272d25a1f7fe8b53fac6ebf2c7cbd (commit)
via bfc190e0fc5c6d86f7bc84b26eaa94995674dbc0 (commit)
via f959ad8991283acd08b5b142541db32a260c87ce (commit)
from f3bcdd272b557c164950162ce5372c85cb8a731b (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/openbsc/commit/?id=960d28087e18263027f7dbdb5e5bc641…
commit 960d28087e18263027f7dbdb5e5bc641053c7e64
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 16:02:39 2016 +0200
IuCS: upon sec mode compl, check that a sec op is pending
Safety check: discard Security Mode Complete messages when there is no
security operation pending.
http://cgit.osmocom.org/openbsc/commit/?id=a27b295100f30f5477bc5baae4a28729…
commit a27b295100f30f5477bc5baae4a2872997f86f33
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 16:00:34 2016 +0200
msc: fix: two missing security operation releases
When receiving authentication response or security mode complete messages,
actually release the security operation stored with the subscriber conn.
http://cgit.osmocom.org/openbsc/commit/?id=9015d4db52d9de0fea39eede34a39725…
commit 9015d4db52d9de0fea39eede34a3972551a96edf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:59:20 2016 +0200
msc: ignore cb retval on auth/sec mode rx
Just return 0 regardless of the security callback's return value when
receiving authentication response or security mode complete messages.
http://cgit.osmocom.org/openbsc/commit/?id=3cda07754184867c49b7116f6dc000d0…
commit 3cda07754184867c49b7116f6dc000d03c0e33ea
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:36:56 2016 +0200
IuCS: properly clean up conn on release
Don't call msc_subscr_con_free() directly, instead use
gsm0408_clear_request(), which properly cleans up all pending operations
before freeing the connection.
http://cgit.osmocom.org/openbsc/commit/?id=c3da27fa983272d25a1f7fe8b53fac6e…
commit c3da27fa983272d25a1f7fe8b53fac6ebf2c7cbd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=bfc190e0fc5c6d86f7bc84b26eaa9499…
commit bfc190e0fc5c6d86f7bc84b26eaa94995674dbc0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:30:30 2016 +0200
gsm04_08_clear_request(): release loc with arg release=0
In gsm04_08_clear_request(), in_release == 1 anyway and
msc_release_connection() would exit immediately without any effect. Don't
confuse the reader by passing release=1 arg.
http://cgit.osmocom.org/openbsc/commit/?id=f959ad8991283acd08b5b142541db32a…
commit f959ad8991283acd08b5b142541db32a260c87ce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 14:51:28 2016 +0200
cosmetic: move subscr_conn alloc&free to gsm_04_08.c
Subscriber conn stuff doesn't really belong in gsm_subscriber.c.
(I moved because I thought it would call some static functions in gsm_04_08.c,
which ended up not being the case; anyway, it makes more sense to stay in
gsm_04_08.c.)
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_08.c | 40 ++++++++++++++++++++++++++++++++-----
openbsc/src/libmsc/gsm_subscriber.c | 27 -------------------------
openbsc/src/libmsc/iu_cs.c | 4 ++--
openbsc/src/osmo-cscn/iucs_ranap.c | 19 +++++++++++++-----
4 files changed, 51 insertions(+), 39 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 code for Iuh interface".
The branch, neels/wip has been updated
discards d597a543eef9273c119b75d9372218ebf9173247 (commit)
discards 978c6392d7dc4f5bf302e272e045dfc0b9908cbe (commit)
discards 9fb68a9c1e6c09dc9d5906c87948399ab9133e83 (commit)
discards 211a77a5f33112a20dd05267d6d4d05da85503ad (commit)
via bf21ae2450f97fa9713b90fdce9866db57175f9a (commit)
via 44013416a3a6317f234f3786b414b1353718b3f3 (commit)
via b86e756ce7b8ee5981893e38c163978dab8b85b2 (commit)
via fd666890f7f1dc6fc8edc9f923ccf12461d5cbcc (commit)
via a9cf70f665c553e7d31ed3c7a68bca326db0d964 (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 (d597a543eef9273c119b75d9372218ebf9173247)
\
N -- N -- N (bf21ae2450f97fa9713b90fdce9866db57175f9a)
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/osmo-iuh/commit/?id=bf21ae2450f97fa9713b90fdce9866d…
commit bf21ae2450f97fa9713b90fdce9866db57175f9a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 13:37:12 2016 +0200
wip: hnb-test: paging response
http://cgit.osmocom.org/osmo-iuh/commit/?id=44013416a3a6317f234f3786b414b13…
commit 44013416a3a6317f234f3786b414b1353718b3f3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 11:53:09 2016 +0200
hnb-test: plmn_id: use 0xf for unused digit
http://cgit.osmocom.org/osmo-iuh/commit/?id=b86e756ce7b8ee5981893e38c163978…
commit b86e756ce7b8ee5981893e38c163978dab8b85b2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 19:09:41 2016 +0200
debug log: rx-unitdata
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 code for Iuh interface".
The branch, master has been updated
via fd666890f7f1dc6fc8edc9f923ccf12461d5cbcc (commit)
from a9cf70f665c553e7d31ed3c7a68bca326db0d964 (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/osmo-iuh/commit/?id=fd666890f7f1dc6fc8edc9f923ccf12…
commit fd666890f7f1dc6fc8edc9f923ccf12461d5cbcc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 13:48:25 2016 +0200
fix test-ranap, after tmsi endianness fix
a9cf70f665c553e7d changed the TMSI byte order, the test expectations need to be
adjusted accordingly.
-----------------------------------------------------------------------
Summary of changes:
src/tests/test-ranap.ok | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/cscn has been updated
discards 0adaab0d357a7ecae8a88c3270e566fc79de1c1e (commit)
discards 566ea592a538b79c1025ede5f8fa15b4e7c1b81c (commit)
discards c4660e5d7e2c070d9486e823af767de385a64be4 (commit)
discards ebc9a6288cda9440d70e8789bb8385b0576d523a (commit)
discards 2e716ca9b2c99ac1d3a47125117582e2a1c04454 (commit)
discards c731b23285013eb751e7b4b4213453d98f0a978f (commit)
via f3bcdd272b557c164950162ce5372c85cb8a731b (commit)
via 1d125c902fa163904dfa5364b82552cbabf6f7dd (commit)
via 35ebbbea7a72103b3722e6e3ce59d71f5579a61d (commit)
via a95927c1ded01a081fca43d1e500d419721cfee2 (commit)
via 03ded61060e78d5a604c7c955247e2a1b1863008 (commit)
via 26d0326157ca88abb3e7888b541c304b1d012648 (commit)
via 885a11b33e79ee55e323eaf4bda975284a54d50d (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 (0adaab0d357a7ecae8a88c3270e566fc79de1c1e)
\
N -- N -- N (f3bcdd272b557c164950162ce5372c85cb8a731b)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/src/libmsc/gsm_subscriber.c | 13 ++++---------
2 files changed, 5 insertions(+), 9 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/iu has been updated
via f3bcdd272b557c164950162ce5372c85cb8a731b (commit)
via 1d125c902fa163904dfa5364b82552cbabf6f7dd (commit)
via 35ebbbea7a72103b3722e6e3ce59d71f5579a61d (commit)
via a95927c1ded01a081fca43d1e500d419721cfee2 (commit)
via 03ded61060e78d5a604c7c955247e2a1b1863008 (commit)
via 26d0326157ca88abb3e7888b541c304b1d012648 (commit)
via 885a11b33e79ee55e323eaf4bda975284a54d50d (commit)
from 99f2477653c1a1bff85cf0d5f823c4845fb46dc3 (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/openbsc/commit/?id=f3bcdd272b557c164950162ce5372c85…
commit f3bcdd272b557c164950162ce5372c85cb8a731b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 12:39:38 2016 +0200
msc subscr: add paging timeout
In NITB, the paging timeout would be handled from the BSC side. In IuCS, we
need to invalidate the paging request from libmsc alone, so add a paging timer
to gsm_subscriber.
Possibly, the HNB-GW should respond with a paging failure and libmsc could
trigger on that, nevertheless libmsc should not rely on a failure message to
expire pending pagings.
http://cgit.osmocom.org/openbsc/commit/?id=1d125c902fa163904dfa5364b82552cb…
commit 1d125c902fa163904dfa5364b82552cbabf6f7dd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 12:40:05 2016 +0200
subscr_paging_dispatch(): add assertions
Make sure that subscr and conn are valid:
* a subscr must always be present.
* on success, a conn must be present and the subscr must match the conn's
subscr.
Also check the hooknum.
http://cgit.osmocom.org/openbsc/commit/?id=35ebbbea7a72103b3722e6e3ce59d71f…
commit 35ebbbea7a72103b3722e6e3ce59d71f5579a61d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 12:51:54 2016 +0200
gitignore dir for python config tests
http://cgit.osmocom.org/openbsc/commit/?id=a95927c1ded01a081fca43d1e500d419…
commit a95927c1ded01a081fca43d1e500d419721cfee2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 12:40:52 2016 +0200
comment tweak
http://cgit.osmocom.org/openbsc/commit/?id=03ded61060e78d5a604c7c955247e2a1…
commit 03ded61060e78d5a604c7c955247e2a1b1863008
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 12:34:51 2016 +0200
debug log for SMS
http://cgit.osmocom.org/openbsc/commit/?id=26d0326157ca88abb3e7888b541c304b…
commit 26d0326157ca88abb3e7888b541c304b1d012648
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 12:34:12 2016 +0200
debug log tweaks for paging
http://cgit.osmocom.org/openbsc/commit/?id=885a11b33e79ee55e323eaf4bda97528…
commit 885a11b33e79ee55e323eaf4bda975284a54d50d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 12:53:15 2016 +0200
Revert "subscr_paging_dispatch(): use conn->subscr instead of separate param"
This reverts commit 6f4e83beb05b7e4fd615504a7bf6a71afe15064d, but note:
this is not a 1:1 revert since the subscr_paging_sec_cb() semantics have changed.
In subscr_paging_dispatch(), the separate subscr parameter is needed in cases
where paging expired and there is no conn available.
For subscr_paging_sec_cb(), a conn must always be available. Hence it avoids
any duplicity by only passing the conn and deriving the subscr from that.
Callers of subscr_paging_sec_cb() pass NULL as param, so pass conn->subscr when
calling subscr_paging_dispatch() from subscr_paging_sec_cb().
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/include/openbsc/gsm_subscriber.h | 1 +
openbsc/src/libiu/iu.c | 21 +++++++++-----
openbsc/src/libmsc/db.c | 2 +-
openbsc/src/libmsc/gsm_subscriber.c | 46 +++++++++++++++++++++++++++----
openbsc/src/libmsc/sms_queue.c | 9 +++++-
openbsc/src/libmsc/vty_interface_layer3.c | 1 +
7 files changed, 66 insertions(+), 15 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 code for Iuh interface".
The branch, neels/wip has been updated
via d597a543eef9273c119b75d9372218ebf9173247 (commit)
from 978c6392d7dc4f5bf302e272e045dfc0b9908cbe (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/osmo-iuh/commit/?id=d597a543eef9273c119b75d9372218e…
commit d597a543eef9273c119b75d9372218ebf9173247
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 13:48:25 2016 +0200
ranap: fix tmsi byte order
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 2 +-
src/tests/test-ranap.ok | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface