jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33815 )
Change subject: Fix typo: REL_REL_MODE_LOCAL -> RSL_REL_MODE_LOCAL
......................................................................
Fix typo: REL_REL_MODE_LOCAL -> RSL_REL_MODE_LOCAL
Change-Id: I2f55aebff776bf7b63d60573f9131da01921d91c
---
M library/RSL_Types.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/15/33815/1
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 64025a5..fa1d928 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -1080,7 +1080,7 @@
/* 9.3.20 */
type enumerated RSL_IE_ReleaseMode {
RSL_REL_MODE_NORMAL ('00'B),
- REL_REL_MODE_LOCAL ('01'B)
+ RSL_REL_MODE_LOCAL ('01'B)
}
type record RSL_IE_OSMO_TrainingSequence {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33815
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2f55aebff776bf7b63d60573f9131da01921d91c
Gerrit-Change-Number: 33815
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange