Projects
osmocom:master
osmo-hnbgw
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 116
View file
commit_79589556244bf9cea6e8de8793a611f16e9052cd.txt
Deleted
View file
commit_89504050ea481a517d7da68b008c19e83f37aae2.txt
Added
View file
osmo-hnbgw_1.6.0.12.7958.dsc -> osmo-hnbgw_1.6.0.13.8950.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-hnbgw Binary: osmo-hnbgw, osmo-hnbgw-dbg, osmo-hnbgw-doc Architecture: any all -Version: 1.6.0.12.7958 +Version: 1.6.0.13.8950 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-hnbgw Standards-Version: 3.9.8 @@ -14,8 +14,8 @@ osmo-hnbgw-dbg deb debug extra arch=any osmo-hnbgw-doc deb doc optional arch=all Checksums-Sha1: - 4cb8918e84e77e857566c39a4cd4803d762b8db3 120492 osmo-hnbgw_1.6.0.12.7958.tar.xz + 6bf6193187440cfcd009e1135126019af5d0c800 120492 osmo-hnbgw_1.6.0.13.8950.tar.xz Checksums-Sha256: - 567acf9636cb5bdaad4a0630be62e370f8771f6e58b8a7714eaf0db47b864bee 120492 osmo-hnbgw_1.6.0.12.7958.tar.xz + 5f2272c3dc4593bf5fd9c0fcfaf117b8873b75ce4945604cab3c25fb9932bc89 120492 osmo-hnbgw_1.6.0.13.8950.tar.xz Files: - ec0d283b97091ce2bc1cb36ac2a227aa 120492 osmo-hnbgw_1.6.0.12.7958.tar.xz + f9fe0c01f027b3cf2cc5732bce4c169c 120492 osmo-hnbgw_1.6.0.13.8950.tar.xz
View file
osmo-hnbgw_1.6.0.12.7958.tar.xz/.tarball-version -> osmo-hnbgw_1.6.0.13.8950.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.6.0.12-7958 +1.6.0.13-8950
View file
osmo-hnbgw_1.6.0.12.7958.tar.xz/debian/changelog -> osmo-hnbgw_1.6.0.13.8950.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-hnbgw (1.6.0.12.7958) unstable; urgency=medium +osmo-hnbgw (1.6.0.13.8950) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 30 Oct 2024 23:05:09 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 04 Nov 2024 13:01:03 +0000 osmo-hnbgw (1.6.0) unstable; urgency=medium
View file
osmo-hnbgw_1.6.0.12.7958.tar.xz/src/osmo-hnbgw/ps_rab_ass_fsm.c -> osmo-hnbgw_1.6.0.13.8950.tar.xz/src/osmo-hnbgw/ps_rab_ass_fsm.c
Changed
@@ -294,7 +294,7 @@ /* See whether all information is in so that we can forward the modified RAB Assignment Request to RUA. */ static void ps_rab_ass_req_check_local_f_teids(struct ps_rab_ass *rab_ass) { - struct ps_rab *rab; + struct ps_rab *rab = NULL; RANAP_RAB_AssignmentRequestIEs_t *ies = &rab_ass->ranap_rab_ass_req_message->msg.raB_AssignmentRequestIEs; int i; struct msgb *msg; @@ -346,6 +346,12 @@ ASN_STRUCT_FREE_CONTENTS_ONLY(asn_DEF_RANAP_RAB_SetupOrModifyItemFirst, &first); } + if (!rab) { + LOG_PS_RAB_ASS(rab_ass, LOGL_ERROR, "Lookup PS RAB Assignment Request failed\n"); + ps_rab_ass_failure(rab_ass); + return; + } + /* Send the modified RAB Assignment Request to the hNodeB, wait for the RAB Assignment Response */ msg = ranap_rab_ass_req_encode(ies); if (!msg) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.