Re: [devel] [PATCH 1 of 1] imm: fix OI timeout for agumented CCB [#1183]

2014-10-31 Thread Anders Bjornerstedt
Hi Zoran, Overall the fixes are in the right direction. But I found a few problems so I have to NACK this patch version. This is an unusually tricky ticket. We only allow augmentations of one level currently so at least that puts some limitation on the complexity. The most complex case is a

[devel] [PATCH 1 of 1] imm: fix OI timeout for agumented CCB [#1183]

2014-10-30 Thread Zoran Milinkovic
osaf/services/saf/immsv/immnd/ImmModel.cc | 67 +- 1 files changed, 46 insertions(+), 21 deletions(-) For augmented CCB opreations (create/modify/delete), OI timeout is removed from CCB. When OI callback responds, OI timeout starts to count again for CCB. diff