Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
oai-upf-6g
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
oai-upf-6g
Commits
50f2bc29
Commit
50f2bc29
authored
Apr 11, 2025
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: update logging for sdf matching
parent
cbc2eaa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/upf_app/helpers/SdfFilterParser.cpp
src/upf_app/helpers/SdfFilterParser.cpp
+3
-2
No files found.
src/upf_app/helpers/SdfFilterParser.cpp
View file @
50f2bc29
...
...
@@ -145,8 +145,9 @@ std::optional<struct sdf_filtr> SdfFilterParser::ParseSdfFilter(
if
(
!
std
::
regex_match
(
flowDescription
,
match
,
re
))
{
Logger
::
upf_app
().
error
(
"SDF Filter: bad formatting. Should be compatible with regex: %s"
,
flowRegexStr
);
"SDF Filter: bad formatting. flow description {{ %s }} must follow "
"regex: {{ %s }}"
,
flowDescription
,
flowRegexStr
);
// throw std::runtime_error("SDF Filter: bad formatting");
return
std
::
nullopt
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment