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, max/conv has been updated
discards 87d6112f9968f4c74bd00373503b390c049d30d5 (commit)
discards 5c95c1d0a447df9d027a156bdc33c5b75d2d089b (commit)
discards 2cd7f5a01f5ef5859298b64dc8eb8db842ec1d41 (commit)
discards ac7010c31ba3f40b735fb9fe4b8473bad3859b04 (commit)
discards 23feb0a5b6e6d1866d1e3102216cc7abca3406e8 (commit)
via b2095ac93ad4de4aa9cd9104baa19ad109fe7a79 (commit)
via 3206da188b870ed31b542697061327ce0929e157 (commit)
via 9b13ce460a1daeff22d5e2099a5ee15a2c1a5c06 (commit)
via 80ec00ba5c86eacd97a6f16fb0749e5904a1498e (commit)
via 9c587a0f891594e44cada5125b5623f68bd56ca2 (commit)
via 10daaec3ed259c732470969b438a723c7a1bc716 (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 (87d6112f9968f4c74bd00373503b390c049d30d5)
\
N -- N -- N (b2095ac93ad4de4aa9cd9104baa19ad109fe7a79)
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=b2095ac93ad4de4aa9cd9104baa1…
commit b2095ac93ad4de4aa9cd9104baa19ad109fe7a79
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 14:14:56 2016 +0200
Add convolutional code for TCH/AFS
Replace implementation in tests with added code. Note: the code was
manually generated with utils/conv_gen.py
http://cgit.osmocom.org/libosmocore/commit/?id=3206da188b870ed31b5426970613…
commit 3206da188b870ed31b542697061327ce0929e157
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 13:56:55 2016 +0200
Add convolutional code generators for CS2/3
http://cgit.osmocom.org/libosmocore/commit/?id=9b13ce460a1daeff22d5e2099a5e…
commit 9b13ce460a1daeff22d5e2099a5ee15a2c1a5c06
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 13:44:12 2016 +0200
Add concolutional code generator for *CCH
Move convolutional code for *CCH channels from test to public API
because it's useful not only for testing. Note: the code was manually
generating with utils/conv_gen.py
http://cgit.osmocom.org/libosmocore/commit/?id=80ec00ba5c86eacd97a6f16fb074…
commit 80ec00ba5c86eacd97a6f16fb0749e5904a1498e
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 12:20:27 2016 +0200
Add code generator for convolutional codes
Add python utility to generate .c code with state/output tables for
convolutional encoder/decoder based on polynomial description of the
code. If argument given it'll be interpreted as intended output
directory, otherwise current working directory is used. Note: only
necessary tables are generated. Corresponding header files with actual
osmo_conv_code instance (including puncturing etc) have to be added
manually.
Fixes: OS#1629
http://cgit.osmocom.org/libosmocore/commit/?id=9c587a0f891594e44cada5125b56…
commit 9c587a0f891594e44cada5125b5623f68bd56ca2
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 4 17:46:57 2016 +0200
Add ubit <-> sbit convertors
Move functions for conversion between soft and unpacked bits to main
library as they are generally useful.
http://cgit.osmocom.org/libosmocore/commit/?id=10daaec3ed259c732470969b438a…
commit 10daaec3ed259c732470969b438a723c7a1bc716
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 16:45:57 2016 +0200
Add bssgp_pdu_str to libosmogb namespace
-----------------------------------------------------------------------
Summary of changes:
src/gb/libosmogb.map | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, max/conv has been created
at 87d6112f9968f4c74bd00373503b390c049d30d5 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=87d6112f9968f4c74bd00373503b…
commit 87d6112f9968f4c74bd00373503b390c049d30d5
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 14:14:56 2016 +0200
Add convolutional code for TCH/AFS
Replace implementation in tests with added code. Note: the code was
manually generated with utils/conv_gen.py
http://cgit.osmocom.org/libosmocore/commit/?id=5c95c1d0a447df9d027a156bdc33…
commit 5c95c1d0a447df9d027a156bdc33c5b75d2d089b
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 13:56:55 2016 +0200
Add convolutional code generators for CS2/3
http://cgit.osmocom.org/libosmocore/commit/?id=2cd7f5a01f5ef5859298b64dc8eb…
commit 2cd7f5a01f5ef5859298b64dc8eb8db842ec1d41
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 13:44:12 2016 +0200
Add concolutional code generator for *CCH
Move convolutional code for *CCH channels from test to public API
because it's useful not only for testing. Note: the code was manually
generating with utils/conv_gen.py
http://cgit.osmocom.org/libosmocore/commit/?id=ac7010c31ba3f40b735fb9fe4b84…
commit ac7010c31ba3f40b735fb9fe4b8473bad3859b04
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 11 12:20:27 2016 +0200
Add code generator for convolutional codes
Add python utility to generate .c code with state/output tables for
convolutional encoder/decoder based on polynomial description of the
code. If argument given it'll be interpreted as intended output
directory, otherwise current working directory is used. Note: only
necessary tables are generated. Corresponding header files with actual
osmo_conv_code instance (including puncturing etc) have to be added
manually.
Fixes: OS#1629
http://cgit.osmocom.org/libosmocore/commit/?id=23feb0a5b6e6d1866d1e3102216c…
commit 23feb0a5b6e6d1866d1e3102216cc7abca3406e8
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 4 17:46:57 2016 +0200
Add ubit <-> sbit convertors
Move functions for conversion between soft and unpacked bits to main
library as they are generally useful.
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, master has been updated
via 687f048ab04ed135eeb11deb29e6b4cb9727c27d (commit)
from 9bcb1a56cbec710cbfa49ae6623c10595eab08ec (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=687f048ab04ed135eeb11deb29e6b4cb…
commit 687f048ab04ed135eeb11deb29e6b4cb9727c27d
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Apr 8 11:52:34 2016 +0200
Fix segfault with broken config
Fixes OS#1691
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_init.c | 3 +++
1 file changed, 3 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/cscn has been updated
via 22b903a2068845776f5db13bb05745ac60700506 (commit)
via c9ee454fdf9e54809b360133851aa0b98d8ee080 (commit)
from d2f1f121a2ffa038138c8513857ee96cb1e0cfae (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=22b903a2068845776f5db13bb05745ac…
commit 22b903a2068845776f5db13bb05745ac60700506
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Apr 10 01:48:57 2016 +0200
paging wip
http://cgit.osmocom.org/openbsc/commit/?id=c9ee454fdf9e54809b360133851aa0b9…
commit c9ee454fdf9e54809b360133851aa0b98d8ee080
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Apr 10 01:47:54 2016 +0200
Iu RANAP event: add IU_EVENT_LINK_INVALIDATED
See in-code comment...
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/iu.h | 19 +++++--
openbsc/src/gprs/gprs_gmm.c | 4 +-
openbsc/src/libiu/iu.c | 108 ++++++++++++++++++++----------------
openbsc/src/libmsc/gsm_subscriber.c | 7 ++-
openbsc/src/libxsc/xsc.c | 2 -
openbsc/src/osmo-cscn/cscn_main.c | 5 --
openbsc/src/osmo-cscn/iucs_ranap.c | 1 +
openbsc/tests/libiudummy/iudummy.c | 12 ++--
8 files changed, 90 insertions(+), 68 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
discards 81948c2698571f7fdef831dbe45aa600ac83f104 (commit)
discards e15578e05160e6219b9f4ae81f4d7f746faa97ee (commit)
discards fd37db068b0ea89dffe0036572689cdf04086429 (commit)
discards 37b97189019103dc136aa970fab6a8d91a299878 (commit)
discards 0ad8d6e46cff198664b33dfa75bfb3804aac48bf (commit)
discards 101db2462b500b49b381f8678f856d74f375b431 (commit)
discards 19d8f5265921ea79b766233df0eff68d28b874f5 (commit)
discards a62a6a361791912d3ec75f04261f27094c3235d7 (commit)
via d2f1f121a2ffa038138c8513857ee96cb1e0cfae (commit)
via 1aa1c5a7e97adec3e8abeab37ef99b474a2c21ef (commit)
via 63559ca21d92b4904a24f6eb7a9a2c40acf7d4dd (commit)
via d095dbae553323fd307d639a2cf16e79267a0010 (commit)
via 6d8fb28ced0ae60c2cf1c33b141bc6dccaa722f3 (commit)
via b914d7c85e65cd7502611a32d8e2e761ed9ad09c (commit)
via 57c177846ad0b52a427a5a0c8aabc80bd11e2240 (commit)
via 34256cc7377cd370e4da791a719c090a5b3d8136 (commit)
via fafb0742683fb069ea88355c513290c6bb4373b4 (commit)
via a3dfdcb308ca72255819fa4cdb114b85d8c672bc (commit)
via bae25944247513cbed329ba6d2997412593e981b (commit)
via 5e007d9445b1fe0233b8d4618d6c1a01ec446788 (commit)
via 42024336fef37effeb04e61d819ef46e1fd0f2db (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 (81948c2698571f7fdef831dbe45aa600ac83f104)
\
N -- N -- N (d2f1f121a2ffa038138c8513857ee96cb1e0cfae)
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/openbsc/commit/?id=d2f1f121a2ffa038138c8513857ee96c…
commit d2f1f121a2ffa038138c8513857ee96cb1e0cfae
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 8 02:03:46 2016 +0200
paging wip
http://cgit.osmocom.org/openbsc/commit/?id=1aa1c5a7e97adec3e8abeab37ef99b47…
commit 1aa1c5a7e97adec3e8abeab37ef99b474a2c21ef
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 15:16:40 2016 +0200
wip
http://cgit.osmocom.org/openbsc/commit/?id=63559ca21d92b4904a24f6eb7a9a2c40…
commit 63559ca21d92b4904a24f6eb7a9a2c40acf7d4dd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 14:26:26 2016 +0200
iu.c: check return value of ranap_parse_lai()
http://cgit.osmocom.org/openbsc/commit/?id=d095dbae553323fd307d639a2cf16e79…
commit d095dbae553323fd307d639a2cf16e79267a0010
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 01:17:45 2016 +0200
apply new parameter to osmo_sua_user_create() from libosmo-sccp
http://cgit.osmocom.org/openbsc/commit/?id=6d8fb28ced0ae60c2cf1c33b141bc6dc…
commit 6d8fb28ced0ae60c2cf1c33b141bc6dccaa722f3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 22 19:25:58 2016 +0100
hack for testing: hardcoded LAC on LU Accept
http://cgit.osmocom.org/openbsc/commit/?id=b914d7c85e65cd7502611a32d8e2e761…
commit b914d7c85e65cd7502611a32d8e2e761ed9ad09c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 12:04:13 2016 +0200
libiudummy: add dummy iu_tx_paging_cmd()
http://cgit.osmocom.org/openbsc/commit/?id=57c177846ad0b52a427a5a0c8aabc80b…
commit 57c177846ad0b52a427a5a0c8aabc80bd11e2240
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 29 18:58:10 2016 +0200
wip: paging
http://cgit.osmocom.org/openbsc/commit/?id=34256cc7377cd370e4da791a719c090a…
commit 34256cc7377cd370e4da791a719c090a5b3d8136
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 22 19:26:52 2016 +0100
Add registry of RNC-Ids in LACs
Introduce struct gsm_rnc and store in a list. Make it so that the code can be
used from both MSC and GPRS.
Add VTY commands 'lac <id>' and 'rnc <id>', which populate above list.
Semantics: when an RNC registers with the MSC or SGSN, it tells us its RNC Id.
During paging, we need to find an RNC for a given LAC. The association of RNCs
to a particular LAC needs to be configured on the CN side.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 7 +++++--
openbsc/include/openbsc/iu.h | 3 ++-
openbsc/src/gprs/gprs_gmm.c | 35 ++++++++++++++++++++++++-----------
openbsc/src/gprs/gprs_sgsn.c | 5 +++++
openbsc/src/gprs/sgsn_libgtp.c | 10 ++++++++--
openbsc/src/libiu/iu.c | 5 ++---
6 files changed, 46 insertions(+), 19 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, master has been updated
via 04861ef1ed4da11b6118df445631d8121e643954 (commit)
from d7ad0ac2387f895bdb9fb5d0dea9e7a5734f64f3 (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=04861ef1ed4da11b6118df445631d81…
commit 04861ef1ed4da11b6118df445631d8121e643954
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 9 20:29:37 2016 +0200
update dependencies in README file
-----------------------------------------------------------------------
Summary of changes:
README | 2 ++
1 file changed, 2 insertions(+)
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, sysmocom/iu has been updated
via fafb0742683fb069ea88355c513290c6bb4373b4 (commit)
via a3dfdcb308ca72255819fa4cdb114b85d8c672bc (commit)
via bae25944247513cbed329ba6d2997412593e981b (commit)
via 5e007d9445b1fe0233b8d4618d6c1a01ec446788 (commit)
via 42024336fef37effeb04e61d819ef46e1fd0f2db (commit)
from bb81326719a30e74e0682932087986b5eb6eedd2 (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=fafb0742683fb069ea88355c513290c6…
commit fafb0742683fb069ea88355c513290c6bb4373b4
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Apr 8 18:02:20 2016 +0200
sgsn: Reset mm ctx state in service request and after authorization
http://cgit.osmocom.org/openbsc/commit/?id=a3dfdcb308ca72255819fa4cdb114b85…
commit a3dfdcb308ca72255819fa4cdb114b85d8c672bc
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Apr 8 18:00:39 2016 +0200
sgsn: Don't send the pdp context accept every time the RAB activates
http://cgit.osmocom.org/openbsc/commit/?id=bae25944247513cbed329ba6d2997412…
commit bae25944247513cbed329ba6d2997412593e981b
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Apr 8 17:35:53 2016 +0200
gprs: Save integrity protection status inside ue ctx, not mm ctx
http://cgit.osmocom.org/openbsc/commit/?id=5e007d9445b1fe0233b8d4618d6c1a01…
commit 5e007d9445b1fe0233b8d4618d6c1a01ec446788
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Apr 8 12:14:56 2016 +0200
gprs: Use different RAB IDs for activation
http://cgit.osmocom.org/openbsc/commit/?id=42024336fef37effeb04e61d819ef46e…
commit 42024336fef37effeb04e61d819ef46e1fd0f2db
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Apr 8 12:11:35 2016 +0200
sgsn: Pass RAB ID to iu_rab_act_ps() function
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 7 +++++--
openbsc/include/openbsc/iu.h | 3 ++-
openbsc/src/gprs/gprs_gmm.c | 35 ++++++++++++++++++++++++-----------
openbsc/src/gprs/gprs_sgsn.c | 5 +++++
openbsc/src/gprs/sgsn_libgtp.c | 10 ++++++++--
openbsc/src/libiu/iu.c | 5 ++---
6 files changed, 46 insertions(+), 19 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, fairwaves/master has been updated
via 7541436fa076641c318e5921ef961a57d3562bb7 (commit)
from e85e7910d22374ba33a347839aa17289f4b9a077 (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=7541436fa076641c318e5921ef961a57…
commit 7541436fa076641c318e5921ef961a57d3562bb7
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Fri Apr 8 10:44:28 2016 +0300
Add support of virtual networks for sending network name to ms depending on imsi
Before sending mm info message to ms:
- extract mcc and mnc from imsi
- try to find virtual network with the same mcc and mnc
- if virtual network was found, use long and short network names of this virtual network for subscriber
- if virtual network was not found, use long and short network names of main network for subscriber
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 16 ++++
openbsc/include/openbsc/vty.h | 1 +
openbsc/src/libbsc/bsc_vty.c | 156 +++++++++++++++++++++++++++++++++++++
openbsc/src/libbsc/net_init.c | 1 +
openbsc/src/libcommon/common_vty.c | 9 +++
openbsc/src/libcommon/gsm_data.c | 42 ++++++++++
openbsc/src/libmsc/gsm_04_08.c | 45 +++++++++--
7 files changed, 262 insertions(+), 8 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 81948c2698571f7fdef831dbe45aa600ac83f104 (commit)
from e15578e05160e6219b9f4ae81f4d7f746faa97ee (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=81948c2698571f7fdef831dbe45aa600…
commit 81948c2698571f7fdef831dbe45aa600ac83f104
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 8 02:03:46 2016 +0200
paging wip
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 10 ---
openbsc/include/openbsc/iu.h | 21 ++++--
openbsc/src/libcommon/lac_vty.c | 34 +--------
openbsc/src/libiu/iu.c | 135 ++++++++++++++++++++++++++++++++----
openbsc/src/libmsc/gsm_subscriber.c | 31 +--------
openbsc/src/osmo-cscn/cscn_main.c | 8 +--
6 files changed, 141 insertions(+), 98 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 "SCCP Library".
The branch, sysmocom/iu has been updated
via 966a358faf765eaba9ecc1ae881164391dcd27f1 (commit)
from bee7c53b04cc43766d89bae78aa5c8719d4a0e2a (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:
src/sua.c | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
SCCP Library