Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/13099


Change subject: PCUIF: Add send + receive templates for TIME_IND
......................................................................

PCUIF: Add send + receive templates for TIME_IND

Change-Id: I57d776d8d2d8300805b8b8e724c288ba29c4b284
---
M library/PCUIF_Types.ttcn
1 file changed, 22 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/99/13099/1

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index b744ebc..5644431 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -749,5 +749,27 @@
        }
 }

+template (value) PCUIF_Message ts_PCUIF_TIME_IND(template (value) uint8_t 
bts_nr,
+                                                template (value) uint32_t fn) 
:= {
+       msg_type := PCU_IF_MSG_TIME_IND,
+       bts_nr := bts_nr,
+       spare := '0000'O,
+       u := {
+               time_ind := {
+                       fn := fn
+               }
+       }
+}
+template PCUIF_Message tr_PCUIF_TIME_IND(template uint8_t bts_nr,
+                                        template uint32_t fn) := {
+       msg_type := PCU_IF_MSG_TIME_IND,
+       bts_nr := bts_nr,
+       spare := ?,
+       u := {
+               time_ind := {
+                       fn := fn
+               }
+       }
+}

 } with { encode "RAW" variant "BYTEORDER(first)" };

--
To view, visit https://gerrit.osmocom.org/13099
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I57d776d8d2d8300805b8b8e724c288ba29c4b284
Gerrit-Change-Number: 13099
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to