osmo-pcu[master]: check for missing result of rate_ctr_group_alloc()

2017-07-13 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3183 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id6d780c67b4af15aaa5c6f2b8b00f2a0b70a7385 Gerrit-PatchSet: 1 Gerrit-Project: osmo-pcu Gerrit-Branch: master

[MERGED] osmo-pcu[master]: check for missing result of rate_ctr_group_alloc()

2017-07-13 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: check for missing result of rate_ctr_group_alloc() .. check for missing result of rate_ctr_group_alloc() In case the counter group allocation fails, we

osmo-pcu[master]: check for missing result of rate_ctr_group_alloc()

2017-07-11 Thread Vadim Yanitskiy
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3183 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id6d780c67b4af15aaa5c6f2b8b00f2a0b70a7385 Gerrit-PatchSet: 1 Gerrit-Project: osmo-pcu Gerrit-Branch: master

[PATCH] osmo-pcu[master]: check for missing result of rate_ctr_group_alloc()

2017-07-11 Thread Harald Welte
Review at https://gerrit.osmocom.org/3183 check for missing result of rate_ctr_group_alloc() In case the counter group allocation fails, we must handle this gracefully and fail the allocation of the parent object, too. Change-Id: Id6d780c67b4af15aaa5c6f2b8b00f2a0b70a7385 Related: OS#2361 ---