- 00b5d4f Removing commented out @Property annotations from the drivers, protocols, pipelines and providers. by Thomas Vachuska · 6 years ago
- 4167c3f Fixing component properties for various providers. by Thomas Vachuska · 6 years ago
- d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
- d1c34da Refactor PCE and PCEP test adapters to remove redundant classes by Ray Milkey · 6 years ago
- a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 7 years ago
- 5c7d488 SONAR suggestion - proper handling of InterruptedException by Ray Milkey · 7 years ago
- ef31005 SONAR suggestions - uneccesary instanceof operators by Ray Milkey · 7 years ago
- 488a94c more error-prone issue fix by Yuta HIGUCHI · 7 years ago
- 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 7 years ago
- 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 7 years ago
- a2c7c20 PCEP Protocol code restructured to move under PCEP Server code for more readability. Later Client code can be added under client folder. by harikrushna-Huawei · 8 years ago
- d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
- a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
- 19afc03 Migrate HashedWheelTimer to netty 4 by Yuta HIGUCHI · 7 years ago
- fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 8 years ago
- 8c31fe6 ONOS-6050 - [PCEP]LspIdentifiers TLV is not been encoded in PCUpd message for PCInit rsvp mode by harikrushna-Huawei · 8 years ago
- cbd1b39 Sonar fixes by Jon Hall · 8 years ago
- 00f6f26 Bgp and Pcep maintaiability by mohamedrahil · 8 years ago
- 1abfb63 ONOS-5305 TunnelAdminService needs extensions to manage the state of a tunnel by tony-liu · 8 years ago
- ac54c70 Remove unnecessary semicolon by Sho SHIMIZU · 8 years ago
- 9e848e8 Move PCE label handling from APP to protocol. by Avantika-Huawei · 8 years ago
- c218bfa Check equality of String with equals(), not "==" by Sho SHIMIZU · 8 years ago
- 4c3b451 [ONOS] cherry pick from onos1.6 to master all defects merges by Priyanka B · 8 years ago
- c1e4e4c [ONOS] cherry picked from 1.6, bandwidth, CR and resilency fix by Priyanka B · 8 years ago
- 7e48cb2 cherry pick of [ONOS-4794] [ONOS-4793] [ONOS-4669]TE_COST and bandwidth information on update flow was not correct by Priyanka B · 8 years ago
- 3c2d3eb [ONOS-4722] cherry-picked GoldenEye:Fix exception on learning unknown PCE-initiated LSP from PCC by Avantika-Huawei · 8 years ago
- f849aab Cherry picks from 1.6 branch by Avantika-Huawei · 8 years ago
- bb59107 PCE WEB and pcep tunnel related defect fix by MaheshRaju-Huawei · 8 years ago
- 4c3cef0 [ONOS] RSVP defect fix in master by Priyanka B · 8 years ago
- fc10dca [ONOS-4687] GoldenEye - Label map download issues. by Avantika-Huawei · 8 years ago
- cdf9b10 [ONOS-4671]PCECC defect fix , bgp pcep provider having same scheme problem by Priyanka B · 8 years ago
- 259847d [ONOS-4171] Merge PCEP and BGP providers into common BGPCEP provider. by Priyanka B · 8 years ago
- fe44ea6 [ONOS-4166] Store device capapbilities using network config by Avantika-Huawei · 8 years ago
- d1e36bd [ONOS-4170] LSP-DB sync by Avantika-Huawei · 8 years ago
- 413fbe8 [ONOS-4167] Identify the impacted tunnels based on network events, notify to PCE app and trigger MBB flow. by Priyanka B · 8 years ago
- dbdf772 [ONOS-4170] [ONOS-4163] PCE APP side changes : PceManager (code + UT) by Avantika-Huawei · 8 years ago
- 94395bf [ONOS] PCEP provider changes, added node listeners to topology provider by Priyanka B · 8 years ago
- 7f7376a [ONOS-4170] PCEP provider changes for LSPDB sync by Avantika-Huawei · 8 years ago
- 56c1184 [ONOS-4163] Provider side changes to support stateful PCE and PCECC by Avantika-Huawei · 9 years ago
- 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 9 years ago
- e10a6e9 [ONOS-4163] Add tunnel service API by Avantika-Huawei · 9 years ago
- d2b2888 [ONOS-4209] Unsuccessful PCEP session formation between ONOS and IOS XR by Priyanka B · 9 years ago
- 4c3c997 [GoldenEye] [ONOS-4163] Add provider service update API with status change by Avantika-Huawei · 9 years ago
- 5ab426f Updating copyrights by Brian O'Connor · 9 years ago
- 1e0a586 [GoldenEye] [ONOS-4163] Add provider service API by Avantika-Huawei · 9 years ago
- 51539b8 Enforce naming convention regarding abbreviations by Jonathan Hart · 9 years ago
- 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 9 years ago
- 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 9 years ago
- 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
- 2fff70f [ONOS-2233] Implement of Tunnel monitoring, measurement and observation by chengfan · 9 years ago
- de09fa0 Flip right hand side and left hand side of if-condition by Sho SHIMIZU · 9 years ago
- 5eab857 Resolving issue in parsing report message. by Mahesh Poojary S · 9 years ago
- 51fb9c2 Warnings in onos-build-docs corrected by Phanendra Manda · 9 years ago
- 972ee9e [ONOS-2365]Unit test for PcepTunnelProvider by Phanendra Manda · 9 years ago
- 37b97fb [ONOS-2287,ONOS-2288]Pcep TunnelProvider implementation by Phanendra Manda · 9 years ago
- 93258c7 1. fix javadoc mistakes by cheng fan · 9 years ago
- 7716ec9 1. move tunnel 3 commands to onos-cli by cheng fan · 9 years ago
- 48e832c [ONOS-1925] by cheng fan · 9 years ago