X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2FOSC_2.1.0%2Fmain.py;fp=near-rt-ric-simulator%2Fsrc%2FOSC_2.1.0%2Fmain.py;h=a487d88bc9b6d01d098531bd61c973f82b97b2b6;hp=736438ef21cf06045957e5529245ac92358baa8f;hb=f13ce01cc75bf9c5d699984a3219da04b5f1ed9f;hpb=0224bbc1c3d0e0306cd481df27a04cef0ed9807a diff --git a/near-rt-ric-simulator/src/OSC_2.1.0/main.py b/near-rt-ric-simulator/src/OSC_2.1.0/main.py index 736438e..a487d88 100644 --- a/near-rt-ric-simulator/src/OSC_2.1.0/main.py +++ b/near-rt-ric-simulator/src/OSC_2.1.0/main.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -266,4 +267,4 @@ def statustest(): app.add_api('openapi.yaml', resolver=RelativeResolver('controllers.a1_mediator_controller')) if __name__ == '__main__': - app.run(port=port_number, host="127.0.0.1", threaded=True) \ No newline at end of file + app.run(port=port_number, host="127.0.0.1") \ No newline at end of file