pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/32642 )
Change subject: grr,bssgp,llc,sndcp: Define qos_params
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
The idea is to have a "decoded" QoS structure in the app, and pass the encode one to SMREG.
decoded vs encoded structures can be taken from what I already implemented myself for GTPv1 in open5gs/lib/gtp/v1/types.h.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/32642
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I6760bace69d400edd4576ec2820e29b74f8dfca5
Gerrit-Change-Number: 32642
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Fri, 05 May 2023 16:50:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/32641 )
Change subject: fix use-after-free in ipaccess_bts_keepalive_fsm_alloc()
......................................................................
Patch Set 1: Code-Review+1
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/libosmo-abis/+/32641/comment/c5c6e5a5_2a2d334d
PS1, Line 31: *** (!) as well as the struct osmo_fsm_inst (talloc child)
shouldn't the fsm always be freed with explicit osmo_fsm_inst_free() and not through automatic talloc_free()?
https://gerrit.osmocom.org/c/libosmo-abis/+/32641/comment/d60ea2fb_ef7535b8
PS1, Line 33: *** calling ipaccess_keepalive_fsm_cleanup()
why is cleanup() called here if it was freed above? why wasn't the pointer set to NULL?
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/32641
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ic56c4b5b7b24b63104908a0c24f2f645ba4c5c1b
Gerrit-Change-Number: 32641
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 05 May 2023 16:46:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/32642
to look at the new patch set (#2).
Change subject: grr,bssgp,llc,sndcp: Define qos_params
......................................................................
grr,bssgp,llc,sndcp: Define qos_params
3GPP TS 44.064 loosely defines "QoS params" on each primitive by listing
the fields, which are a bit different on each primitive.
Change-Id: I6760bace69d400edd4576ec2820e29b74f8dfca5
---
M include/osmocom/gprs/llc/llc_prim.h
M include/osmocom/gprs/rlcmac/rlcmac_prim.h
M include/osmocom/gprs/sndcp/sndcp.h
M include/osmocom/gprs/sndcp/sndcp_prim.h
M src/gmm/gmm.c
M src/gmm/gmm_prim.c
6 files changed, 55 insertions(+), 16 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/42/32642/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/32642
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I6760bace69d400edd4576ec2820e29b74f8dfca5
Gerrit-Change-Number: 32642
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset