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 {