Hi,
we are now running our own copy of patchwork at https://patchwork.osmocom.org. In addition to single patches this version can track series and has a REST API and git-pw client support. The system is currently subscribed to the GPRS, OpenBSC and OsmocomBB mailinglist.
The installation is running offlineimap every couple of minutes to fetch new mail, this means it can take some minutes for your comment or patch to be visible.
kind regards
holger
Hi guys,
Please, let me introduce myself.
My name is Manuel Munoz, Computer Scientist, looking for a topic for my
project/undergrad thesis at Universidad de Leon, Spain.
I am evaluating these days the possibility to do something interesting
which could be used as my project and also to put my bit for the OpenGGSN
project.
Some more about me.
I am 36, have been working for +10 years in IT (sysadmin, php developer,
plsql developer, datacenters...).
I can speak English and Spanish and hold a 3 years bachelor degree.
Not long ago I worked for two years for providers of 2G/3G network
monitoring systems, so I have some knowledge about those topics.
Also quite fluent in C, wireshark, unix scripting...
This weekend I have been doing a quick research and refreshing my mind
about both security and mobile networks, and also took a look to OpenGGSN
code.
Long story short, what about me implementing IPSec for GTP-C in OpenGGSN?
Do you think it could be useful? Feasible?
3GPP Protect GTP signalling messages by IPSec (
http://www.3gpp.org/ftp/tsg_sa/wg3_security/TSGS3_14_Oslo/Docs/PDF/S3-00042…
)
3GPP Use IPSec to secure GTP messages (
http://www.3gpp.org/ftp/tsg_sa/wg3_security/tsgs3_13_yokohama/docs/PDF/S3-0…
)
Maybe some other security-oriented feature you want to be implemented?
I would love to hear your thoughts!
Thanks for your time,
Manuel
> On 27 Mar 2016, at 16:30, Sylvain Munaut <246tnt(a)gmail.com> wrote:
>
>> this is now in place and the old domains are now using X509 certs of letsencrypt.
>
> Do you know if redmine supports going to HTTPS only (i.e. redir http
> to https). I changed the "protocol" to HTTPS in the admin panel but
> that had no effect afaict.
I don't know.
> I would prefer to be HTTPS only and also have the session cookie have
> the "Secure" flag (so they're never sent over plain HTTP)
I added:
proxy_set_header X-Forwarded-Ssl on;
to the nginx config in the hope that redmine makes use of that instead of the X-Forwarded-Proto. If it matters to you deeply we can make a general http -> https redirect.
holger
Hello,
We have planned to support 11 bit RACH in osmo-pcu and osmo-bts. In this regard, we have a query related to layer 1 to osmo-bts interface, as described below.
1. For 11 bit RACH, in PH-RA-IND sent from layer 1.
* Whether 'u8Size' will be 2 in case of 11 bit RACH ?
* What is the alignment of 11 bits inside 'u8Buffer ?
2. How osmo-bts can distinguish between types of 11 bit RACH based on received layer 1 message ? (spec 44.060 section 11.2.5a)
* is burst type GsmL1_BurstType_Access_0 equivalent to GPRS_8_BIT_RACH/ GPRS_11_BIT_RACH
* is burst type GsmL1_BurstType_Access_1 equivalent to EGPRS_8_PSK_11_BIT_RACH
* is burst type GsmL1_BurstType_Access_2 equivalent to EGPRS_NO_8_PSK_11_BIT_RACH
Regards
Bhargava Abhyankar