diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-10-19 20:18:32 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-10-19 20:19:47 +0200 |
commit | 5fa5b8823cd5cc959c0173f62f7561345c6bacd9 (patch) | |
tree | fbb339aae2778fd927b5aa9be383326f990ea77b | |
parent | 652e60eb83f928036a649fa45f7a4a4eb8207eac (diff) |
cosmetic: library/LAPDm_Types.ttcn: Fix trailing whitespace
Change-Id: I1fa46a10ca714f63c782004c877f7df96c591fad
-rw-r--r-- | library/LAPDm_Types.ttcn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/LAPDm_Types.ttcn b/library/LAPDm_Types.ttcn index caccc12..5ef953d 100644 --- a/library/LAPDm_Types.ttcn +++ b/library/LAPDm_Types.ttcn @@ -166,7 +166,7 @@ module LAPDm_Types { external function dec_LapdmCtrlU(in octetstring stream) return LapdmCtrlU with { extension "prototype(convert) decode(RAW)" }; - /* Formats B, Bter and B4 are used on DCCHs for frames containing an information field: + /* Formats B, Bter and B4 are used on DCCHs for frames containing an information field: /* - format Bter is used on request of higher layers if and only if short L2 header type 1 is * supported and a UI command is to be transmitted on SAPI 0 */ /* - format B4 is used for UI frames transmitted by the network on SACCH; */ |