From a5fe43693dbb8cc030e7a1758f7da2409ada3f9d Mon Sep 17 00:00:00 2001 From: JeevanSamrudh Date: Sun, 16 Apr 2023 19:57:05 +0530 Subject: [PATCH] added 2 new parameters in access-line-profiles --- code/bngblaster/src/bbl_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/bngblaster/src/bbl_config.c b/code/bngblaster/src/bbl_config.c index f7d3a554..ffda11c8 100644 --- a/code/bngblaster/src/bbl_config.c +++ b/code/bngblaster/src/bbl_config.c @@ -144,7 +144,7 @@ json_parse_access_line_profile(json_t *config, bbl_access_line_profile_s *profil const char *schema[] = { "access-line-profile-id", "act-up", "act-down", - "min-up", "min-down", "att-up", + "min-up", "min-down", "att-up", "max-up", "max-down" "att-down", "min-up-low", "min-down-low", "max-interl-delay-up", "act-interl-delay-up", "max-interl-delay-down", "act-interl-delay-down", "data-link-encaps", "dsl-type",