---
src/mbc/mbcsv_util.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/mbc/mbcsv_util.c b/src/mbc/mbcsv_util.c
index 38a17cf17..8c2efaee6 100644
--- a/src/mbc/mbcsv_util.c
+++ b/src/mbc/mbcsv_util.c
@@ -1054,7 +1054,12 @@ uint32_t mbcsv_send_msg(PEER_INST *peer, MBC
Summary: mbc: fix memleak detected by valgrind [#3341]
Review request for Ticket(s): 3341
Peer Reviewer(s): Dat, Thang
Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE ***
Affected branch(es): develop
Development branch: ticket-3341
Base revision: 5e35305664437f1af0e887a525c8bddbb4248bdf
When IMM is restarted, AMF will be re-initialized.
AMF constantly adds fresh entries to the local database.
So while delete an app, it always leaves one more sg in the database.
As a consequence of this, the assertion 'app->list_of_sg == nullptr' failed.
The solution is to check for existing sg be
Summary: amf: check the existing sg before create new one [#3345]
Review request for Ticket(s): 3345
Peer Reviewer(s): Dat, Thang
Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE ***
Affected branch(es): develop
Development branch: ticket-3345
Base revision: b0f9985b8f37a93afa28c76ed409bf
Summary: amf: retry if imm unavailable during recovery [#3344]
Review request for Ticket(s): 3344
Peer Reviewer(s): Dat, Thang
Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE ***
Affected branch(es): develop
Development branch: ticket-3344
Base revision: b0f9985b8f37a93afa28c76ed409bf484
If a component has changed, AMF will obtain configuration
from IMM when recovering it. If IMM is unavailable and
SC absence is enabled, AMF will immediately fail.
Retrying the cleanup event is the solution.
this is to prevent watch dog kill AMFND.
---
src/amf/amfnd/clc.cc| 14 +++---
Summary: amf: retry if imm unavailable during recovery [#3344]
Review request for Ticket(s): 3344
Peer Reviewer(s): Dat, Thang
Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE ***
Affected branch(es): develop
Development branch: ticket-3344
Base revision: 3463fa7734dab0b00365e6665eee4f896
If a component has changed, AMF will obtain configuration
from IMM when recovering it. If IMM is unavailable and
SC absence is enabled, AMF will immediately fail.
Retrying the cleanup event is the solution.
This is to prevent watchdog kill AMFND.
---
src/amf/amfnd/clc.cc| 14 +++---
s
SaStringT class is introduced in previous commit support python3.
Default SaStringT cannot compare with other type.
This commit is to allow compare with str class if without casting
---
python/pyosaf/saAis.py | 10 ++
1 file changed, 10 insertions(+)
diff --git a/python/pyosaf/saAis.py b
Summary: pyosaf: Allow SaStringT compare with str by default [#3351]
Review request for Ticket(s): 3351
Peer Reviewer(s): Thang, Dat
Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE ***
Affected branch(es): develop
Development branch: ticket-3351
Base revision: 7b80b26c5ac19135820854a6edc
An earlier patch supporting Python 3 introduced the SaStringT class.
With str type, default SaStringT cannot be compared.
This commit is to allow compare with str class if without casting
---
python/pyosaf/saAis.py | 24
1 file changed, 24 insertions(+)
diff --git a/pyth
Summary: pyosaf: Allow SaStringT compare with str by default [#3351]
Review request for Ticket(s): 3351
Peer Reviewer(s): Thang, Dat
Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE ***
Affected branch(es): develop
Development branch: ticket-3351
Base revision: 7b80b26c5ac19135820854a6edc
12 matches
Mail list logo