Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
de1ec465
Commit
de1ec465
authored
Jan 20, 2016
by
Rohit Gupta
Browse files
minor bugfix
parent
27b0306b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/autotests/core.py
View file @
de1ec465
...
...
@@ -192,6 +192,7 @@ class core:
if
index
==
0
or
index
==
1
:
return
self
.
oai
.
before
else
:
print
"command = "
+
command
+
"rsp1 = "
+
rsp1
+
" rsp2 = "
+
rsp2
+
" index = "
+
str
(
index
)
raise
log
.
err
(
self
.
failed
(
command
,
rsp1
+
' or '
+
rsp2
,
debug
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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