commit | 82a6252d3d3008c1ee568b1eb85de0701600918d | [log] [tgz] |
---|---|---|
author | PatrikBuhr <patrik.buhr@est.tech> | Wed Feb 09 13:36:57 2022 +0100 |
committer | PatrikBuhr <patrik.buhr@est.tech> | Wed Feb 09 16:22:24 2022 +0100 |
tree | 9dcfbe7c818ca253f02fccb05323a9d1eb7b2d48 | |
parent | 1058cf6bcc525dbf35c3d839fb5a796fe0461be3 [diff] |
Updated Lock to avoid starvation The lock class is made more greedy so all locks are granted in the requested order. Previously, an exclusive lock could be discriminated. Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: If2dd171409c58eacbccce9569b2f6694e09992a2
This source repository contains the code for the ORAN A1 related components.
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".