diff options
author | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2013-11-11 09:43:05 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-11-11 13:04:17 +0100 |
commit | 9b591b7da8e3de13b87002af668431dc0dea6806 (patch) | |
tree | c17720a164f8ccd1b6a82f24c50c518a8e8da49d /tests/comp128/comp128_test.c | |
parent | be355cd78a5aac7d11c1b9234254537b3c55f2d5 (diff) |
gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create()
Currently the field nsvci_is_valid is set to 0 in the NSVC object
returned by gprs_nsvc_create(). This was a semantic change probably
introduced by commit 5e6d679d. As a result, NSVC created via the VTY
have this flag set to 0 causing RESET_ACK messages to be rejected.
This patch changes the default behaviour of gprs_nsvc_create() to
always set this flag. So it must be set to 0 explicitely if needed
which is more intuitive and thus less error prone.
It fixes breaking connections from the Gbproxy to the SGSN.
Ticket: OW#874
Sponsored-by: On-Waves ehf
Diffstat (limited to 'tests/comp128/comp128_test.c')
0 files changed, 0 insertions, 0 deletions