aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-02 19:12:08 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-12-02 19:12:10 +0100
commit216596340a01f52fab9fe3191550c91822eb4678 (patch)
treec9f409d89b43ff6c4815a1d9aae42502f86439cf /library
parentd16bb27306ca4c44298f66ed2dcc6e9320da01c3 (diff)
pcu: Fix RLCMAC template naming
There's also DL_ACK_NACK message for which a template will be introduced soon, so let's rename and fix typos/wrong descriptions to avoid confusion later. Change-Id: I4a2025ad282006953fcfadf429c980b77cb94371
Diffstat (limited to 'library')
-rw-r--r--library/RLCMAC_Types.ttcn6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/RLCMAC_Types.ttcn b/library/RLCMAC_Types.ttcn
index 359cb743..b0dac35b 100644
--- a/library/RLCMAC_Types.ttcn
+++ b/library/RLCMAC_Types.ttcn
@@ -328,8 +328,8 @@ uint3_t usf) := {
}
}
- /* Receive Template for Downlink ACK/NACK */
- template RlcmacDlBlock tr_RLCMAC_ACK_NACK(template uint5_t ul_tfi, template GprsTlli tlli := ?) := {
+ /* Receive Template for Uplink ACK/NACK */
+ template RlcmacDlBlock tr_RLCMAC_UL_ACK_NACK(template uint5_t ul_tfi, template GprsTlli tlli := ?) := {
ctrl := {
mac_hdr := {
payload_type := (MAC_PT_RLCMAC_NO_OPT, MAC_PT_RLCMAC_OPT),
@@ -384,7 +384,7 @@ uint3_t usf) := {
retry := retry
}
- /* Template for Uplink Conntrol ACK */
+ /* Template for Uplink Control ACK */
template RlcmacUlBlock ts_RLCMAC_CTRL_ACK(GprsTlli tlli, CtrlAck ack := MS_RCVD_TWO_RLC_SAME_RTI_DIFF_RBSN) := {
ctrl := {
mac_hdr := t_RLCMAC_UlMacCtrlH(MAC_PT_RLCMAC_NO_OPT),