This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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, zecke/features/sgsn-gtp-cdr has been created
at c758278c075e876f83f330cab0cc417867340af2 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=c758278c075e876f83f330cab0cc417867340af2
commit c758278c075e876f83f330cab0cc417867340af2
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Tue May 12 22:20:05 2015 +0200
sgsn: Give the IMEI to the GGSN for analysis
Most SGSNs pass the IMEI(SV). We currently only enquire about
the IMEI and then pad the 'SV' with 1111b (thanks to the encoding
routine). Sadly it insists on always writing the length which
means we have to memmove the data around by a single octet.
Manually verified using the pcu-emu and looking at the trace
using wireshark.
http://cgit.osmocom.org/openbsc/commit/?id=6ed9bd825135954ad358b7f078dc21e9a4e26e2a
commit 6ed9bd825135954ad358b7f078dc21e9a4e26e2a
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Tue May 12 22:00:22 2015 +0200
sgsn: Encode the ULI for the PDP context creation ack
Give the GGSN another opportunity to determine which tarif
to apply for the SGSN/subscriber. This code assumes tha the
RAN is a GERAN system but the assumption has been made in
other places as well.
http://cgit.osmocom.org/openbsc/commit/?id=573920836271400a6adca3a4b3d573febbdaf320
commit 573920836271400a6adca3a4b3d573febbdaf320
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Tue May 12 21:46:58 2015 +0200
sgsn: Always include the routing area identity
For PDP context creation we always want to include the RAI
for the current mmctx. This might help commercial GGSNs to
determine which charging to apply.
http://cgit.osmocom.org/openbsc/commit/?id=3e0fb400471b68a77e01d3fb3e96b5f0a96abc09
commit 3e0fb400471b68a77e01d3fb3e96b5f0a96abc09
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Tue May 12 21:08:42 2015 +0200
cdr: Remember the charging id supplied by the GGSN
The charging_id is provided by the GGSN. Copy it into the CDR
part of the data structure so it will remain present until after
the pdp context has been deleted.
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)