From 012b55e01533d65b6d43e4447b6bdcf11a4812b0 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Tue, 31 Oct 2023 17:55:24 +0000
Subject: [PATCH] Proto Context:

- LinkAttributes: Renamed attribute current_capacity_gbps to used_capacity_gbps
---
 proto/context.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proto/context.proto b/proto/context.proto
index cb35cadcf..3ccc13ab1 100644
--- a/proto/context.proto
+++ b/proto/context.proto
@@ -237,8 +237,8 @@ message LinkId {
 }
 
 message LinkAttributes {
-  float total_capacity_gbps   = 1;
-  float current_capacity_gbps = 2;
+  float total_capacity_gbps = 1;
+  float used_capacity_gbps  = 2;
 }
 
 message Link {
-- 
GitLab