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
discards b77a5cae349f92d32dd11af309819edd6118fa23 (commit)
discards bd0d9a4fdc74d5dfeec6f1f75f5ca6426616045c (commit)
discards 8741463f0c2fbf8afd7674a02a128cd83745cd5e (commit)
via f2ce89502cf9ea88f794f75d866c693dacfaf04c (commit)
via be47343e524250454b435b39e831c57153fbab9c (commit)
via f5096b99f1528bf3a751a2367329109a9342836f (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 (b77a5cae349f92d32dd11af309819edd6118fa23)
\
N -- N -- N (f2ce89502cf9ea88f794f75d866c693dacfaf04c)
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/src/gprs/gprs_gmm.c | 4 ++++
openbsc/src/gprs/gprs_sgsn.c | 4 ++++
2 files changed, 8 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/nano3g has been updated
discards 4de5f7942efce5ab99a076e400aa08497f772687 (commit)
discards b77a5cae349f92d32dd11af309819edd6118fa23 (commit)
discards bd0d9a4fdc74d5dfeec6f1f75f5ca6426616045c (commit)
discards 8741463f0c2fbf8afd7674a02a128cd83745cd5e (commit)
via e6173ee3235b19db58682e760ecd9f966e85fdee (commit)
via f2ce89502cf9ea88f794f75d866c693dacfaf04c (commit)
via be47343e524250454b435b39e831c57153fbab9c (commit)
via f5096b99f1528bf3a751a2367329109a9342836f (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 (4de5f7942efce5ab99a076e400aa08497f772687)
\
N -- N -- N (e6173ee3235b19db58682e760ecd9f966e85fdee)
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=e6173ee3235b19db58682e760ecd9f96…
commit e6173ee3235b19db58682e760ecd9f966e85fdee
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:52 2016 +0200
mgcp mad hack to test nano3G
Change-Id: I7387766bb23cd037bb658d9e639e9b3dadcf1e9f
http://cgit.osmocom.org/openbsc/commit/?id=f2ce89502cf9ea88f794f75d866c693d…
commit f2ce89502cf9ea88f794f75d866c693dacfaf04c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:53:55 2016 +0200
IuPS: cosmetic: explicitly check RAN type; move comment
Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94
http://cgit.osmocom.org/openbsc/commit/?id=be47343e524250454b435b39e831c571…
commit be47343e524250454b435b39e831c57153fbab9c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:25 2016 +0200
IuCS and IuPS: add VTY config for RAB Assignment address kind
To accomodate the ip.access nano3G without having to recompile, make the
RAB Assignment's Transport Layer Address IE's format configurable, in both
osmo-cscn and osmo-sgsn.
The long term perspective is to somehow detect which address encoding a given
3G cell prefers, but for the time being just configure it globally and set each
ue_conn_ctx to the global setting upon creation.
Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert
at an arbitrary VTY node, so that it can be used both for osmo-cscn and
osmo-sgsn. Add generic iu_vty_config_write() to write out the config.
Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc,
hence linking of osmo-cscn now needs libiu to come after libmsc, so move
that further down.
Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9
http://cgit.osmocom.org/openbsc/commit/?id=f5096b99f1528bf3a751a2367329109a…
commit f5096b99f1528bf3a751a2367329109a9342836f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:55:31 2016 +0200
IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx
The future perspective is to remember the preferred RAB Transport Layer Address
encoding for each 3G cell that is connected, so store per UE conn instead of
globally hardcoding.
Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and
iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument.
Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a
separate file to be able to easily include it in all of libmsc, libiu and
gprs/* without creating include cycles.
Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the
ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the
hope is that there will be a nice way to setup the ue_conn_ctx prior to that.
Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 4 ++++
openbsc/src/gprs/gprs_sgsn.c | 4 ++++
2 files changed, 8 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/nano3g has been created
at 4de5f7942efce5ab99a076e400aa08497f772687 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=4de5f7942efce5ab99a076e400aa0849…
commit 4de5f7942efce5ab99a076e400aa08497f772687
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:52 2016 +0200
mgcp mad hack to test nano3G
Change-Id: I7387766bb23cd037bb658d9e639e9b3dadcf1e9f
-----------------------------------------------------------------------
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/ipa_nano3G has been deleted
was 2daae21e409374a98287c54dd15f6787ddcd9357
-----------------------------------------------------------------------
2daae21e409374a98287c54dd15f6787ddcd9357 mgcp mad hack to test nano3G
-----------------------------------------------------------------------
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
discards b3df4432cad9d490608953d13b137a1c405ef476 (commit)
via b77a5cae349f92d32dd11af309819edd6118fa23 (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 (b3df4432cad9d490608953d13b137a1c405ef476)
\
N -- N -- N (b77a5cae349f92d32dd11af309819edd6118fa23)
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=b77a5cae349f92d32dd11af309819edd…
commit b77a5cae349f92d32dd11af309819edd6118fa23
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:53:55 2016 +0200
IuPS: cosmetic: explicitly check RAN type; move comment
Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/ipa_nano3G has been updated
discards a97962765d95a6825bd0fe563226df09bf1dee2d (commit)
via 2daae21e409374a98287c54dd15f6787ddcd9357 (commit)
via b3df4432cad9d490608953d13b137a1c405ef476 (commit)
via bd0d9a4fdc74d5dfeec6f1f75f5ca6426616045c (commit)
via 8741463f0c2fbf8afd7674a02a128cd83745cd5e (commit)
via 2f7a85d7dcf2000e8e0b6d3d6314f87087c87681 (commit)
via 7996dbf3263d4ba9d94a2285cc28cfc37ff22e9f (commit)
via 9f94432508da0f218acbca971623ba24d307934d (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 (a97962765d95a6825bd0fe563226df09bf1dee2d)
\
N -- N -- N (2daae21e409374a98287c54dd15f6787ddcd9357)
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=2daae21e409374a98287c54dd15f6787…
commit 2daae21e409374a98287c54dd15f6787ddcd9357
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:52 2016 +0200
mgcp mad hack to test nano3G
Change-Id: I7387766bb23cd037bb658d9e639e9b3dadcf1e9f
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/common.h | 6 ++++
openbsc/include/openbsc/gprs_gmm.h | 2 +-
openbsc/include/openbsc/gsm_data.h | 5 +++
openbsc/include/openbsc/iu.h | 17 +++++++--
openbsc/include/openbsc/sgsn.h | 9 +++--
openbsc/src/gprs/gprs_gmm.c | 10 ++++--
openbsc/src/gprs/gprs_sgsn.c | 1 +
openbsc/src/gprs/sgsn_libgtp.c | 2 +-
openbsc/src/gprs/sgsn_main.c | 13 ++-----
openbsc/src/gprs/sgsn_vty.c | 21 +++++++++--
openbsc/src/libiu/iu.c | 10 +++++-
openbsc/src/libiu/iu_vty.c | 72 +++++++++++++++++++++++++++++++++----
openbsc/src/libmgcp/mgcp_network.c | 6 ++++
openbsc/src/libmsc/cscn_vty.c | 5 ++-
openbsc/src/libmsc/iucs.c | 1 +
openbsc/src/libmsc/msc_ifaces.c | 8 +++--
openbsc/src/osmo-cscn/Makefile.am | 2 +-
18 files changed, 155 insertions(+), 36 deletions(-)
create mode 100644 openbsc/include/openbsc/common.h
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 b3df4432cad9d490608953d13b137a1c405ef476 (commit)
via bd0d9a4fdc74d5dfeec6f1f75f5ca6426616045c (commit)
via 8741463f0c2fbf8afd7674a02a128cd83745cd5e (commit)
via 2f7a85d7dcf2000e8e0b6d3d6314f87087c87681 (commit)
via 7996dbf3263d4ba9d94a2285cc28cfc37ff22e9f (commit)
via 9f94432508da0f218acbca971623ba24d307934d (commit)
from 4f9989048a5763ddb736730db9b4b3e3ddd4ffb9 (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=b3df4432cad9d490608953d13b137a1c…
commit b3df4432cad9d490608953d13b137a1c405ef476
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:53:55 2016 +0200
IuPS: cosmetic: explicitly check RAN type; move comment
Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94
http://cgit.osmocom.org/openbsc/commit/?id=bd0d9a4fdc74d5dfeec6f1f75f5ca642…
commit bd0d9a4fdc74d5dfeec6f1f75f5ca6426616045c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:25 2016 +0200
IuCS and IuPS: add VTY config for RAB Assignment address kind
To accomodate the ip.access nano3G without having to recompile, make the
RAB Assignment's Transport Layer Address IE's format configurable, in both
osmo-cscn and osmo-sgsn.
The long term perspective is to somehow detect which address encoding a given
3G cell prefers, but for the time being just configure it globally and set each
ue_conn_ctx to the global setting upon creation.
Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert
at an arbitrary VTY node, so that it can be used both for osmo-cscn and
osmo-sgsn. Add generic iu_vty_config_write() to write out the config.
Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc,
hence linking of osmo-cscn now needs libiu to come after libmsc, so move
that further down.
Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9
http://cgit.osmocom.org/openbsc/commit/?id=8741463f0c2fbf8afd7674a02a128cd8…
commit 8741463f0c2fbf8afd7674a02a128cd83745cd5e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:55:31 2016 +0200
IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx
The future perspective is to remember the preferred RAB Transport Layer Address
encoding for each 3G cell that is connected, so store per UE conn instead of
globally hardcoding.
Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and
iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument.
Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a
separate file to be able to easily include it in all of libmsc, libiu and
gprs/* without creating include cycles.
Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d
http://cgit.osmocom.org/openbsc/commit/?id=2f7a85d7dcf2000e8e0b6d3d6314f870…
commit 2f7a85d7dcf2000e8e0b6d3d6314f87087c87681
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 03:30:48 2016 +0200
sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config
It makes sense semantically, and prepares for an upcoming commit that uses
the internal global config pointer in sgsn_vty_init(), which would not
be defined yet without this.
Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7
http://cgit.osmocom.org/openbsc/commit/?id=7996dbf3263d4ba9d94a2285cc28cfc3…
commit 7996dbf3263d4ba9d94a2285cc28cfc37ff22e9f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:29:33 2016 +0200
iu: sort out confusion around asn_debug and asn1_xer_print
Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY
commands and fix documentation.
Put the asn_debug and asn1_xer_print implementations in iu.c.
Since they are globally defined, don't pass a pointer to iu_vty_init()
but just use it directly. Might be considered less clean, but is also less
bloat.
Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0
http://cgit.osmocom.org/openbsc/commit/?id=9f94432508da0f218acbca971623ba24…
commit 9f94432508da0f218acbca971623ba24d307934d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:48:55 2016 +0200
iu.h: add missing includes and type defs
So far it was included only in files that also include all needed headers,
but make it so that it can be included on its own.
Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/common.h | 6 ++++
openbsc/include/openbsc/gprs_gmm.h | 2 +-
openbsc/include/openbsc/gsm_data.h | 5 +++
openbsc/include/openbsc/iu.h | 17 +++++++--
openbsc/include/openbsc/sgsn.h | 9 +++--
openbsc/src/gprs/gprs_gmm.c | 10 ++++--
openbsc/src/gprs/gprs_sgsn.c | 1 +
openbsc/src/gprs/sgsn_libgtp.c | 2 +-
openbsc/src/gprs/sgsn_main.c | 13 ++-----
openbsc/src/gprs/sgsn_vty.c | 21 +++++++++--
openbsc/src/libiu/iu.c | 10 +++++-
openbsc/src/libiu/iu_vty.c | 72 +++++++++++++++++++++++++++++++++----
openbsc/src/libmsc/cscn_vty.c | 5 ++-
openbsc/src/libmsc/iucs.c | 1 +
openbsc/src/libmsc/msc_ifaces.c | 8 +++--
openbsc/src/osmo-cscn/Makefile.am | 2 +-
17 files changed, 149 insertions(+), 36 deletions(-)
create mode 100644 openbsc/include/openbsc/common.h
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 OpenGGSN project".
The branch, master has been updated
via 395e213894b13044b8b051281c49f2f9ef1aae90 (commit)
from 03dbafb000c88155309dfd67b3bba73f7b389e69 (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/openggsn/commit/?id=395e213894b13044b8b051281c49f2f…
commit 395e213894b13044b8b051281c49f2f9ef1aae90
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 4 13:40:36 2016 +0200
Remove unused function
Change-Id: Iff0f1499660b12a47277b16a435efecb42fab038
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 1 -
gtp/pdp.c | 11 -----------
gtp/pdp.h | 1 -
3 files changed, 13 deletions(-)
hooks/post-receive
--
The OpenGGSN 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via c1b86d80d1354c37c72bf6aad1f6230d54930e19 (commit)
from 8b39ff8bcfba2bb4444fb375bfedb24900ae4f52 (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-bts/commit/?id=c1b86d80d1354c37c72bf6aad1f6230…
commit c1b86d80d1354c37c72bf6aad1f6230d54930e19
Author: Yves Godin <Yves.Godin(a)nutaq.com>
Date: Thu Oct 6 16:03:18 2016 +0200
DTX: fix 1st RTP packet drop
Use "impossible" dummy value to initialize last_fn to prevent dropping
of 1st RTP frame due to timestamp jump.
Fixes: OS#1803
Change-Id: I485af21f6761048d12dc7f5552fcdd46daf786ed
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/rsl.h | 2 ++
src/common/l1sap.c | 2 +-
src/common/rsl.c | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 "SS7 (TCAP, ROS, MAP, CAP) ASN1 files".
The branch, master has been updated
via ed986d19199f1c876648e9f3fd0d2e86109fbac1 (commit)
from 17041949808df73af12e72a5d7b82fab6404e3d0 (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/asn1/ss7/commit/?id=ed986d19199f1c876648e9f3fd0d2e8…
commit ed986d19199f1c876648e9f3fd0d2e86109fbac1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Oct 11 14:26:38 2016 +0200
map: Introduce networkLocUpContext-v2 for legacy reasons
networkLocUpContext-v2 was used in Release2 and is mostly similiar to
the v3 version. The InsertSubscriberData-ArgV2 has an extension container
that was not in the Release2 file.
Now updateLocation will be included in two different ACNs, some software
needs to be adjusted for that.
-----------------------------------------------------------------------
Summary of changes:
asn1/MAP/MAP-ApplicationContexts.asn | 9 +++++++++
asn1/MAP/MAP-Contracts.asn | 10 ++++++++++
asn1/MAP/MAP-OperationPackages.asn | 17 +++++++++++++++++
3 files changed, 36 insertions(+)
hooks/post-receive
--
SS7 (TCAP, ROS, MAP, CAP) ASN1 files