From d2a4c375f1ef7af7c7bc4f02ad2dc0d919f2c488 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 17 Mar 2022 19:28:34 +0100 Subject: Setup FIG0/13 for Broadcast Website with profiles 01 FF --- doc/advanced.mux | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/advanced.mux b/doc/advanced.mux index 16c9bd2..fd7a06c 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -297,18 +297,26 @@ components { service srv-fu subchannel sub-fu - ; FIG 0/13 user application was previously configured using the figtype setting. - ; Now more than one user application can be defined per component, using the - ; 'user-applications' entry. Do not use both figtype and user-applications. + ; FIG 0/13 user application was previously configured using the figtype setting, which + ; allowed only a single user application. + ; Using the 'user-applications' section, several can be defined per component. + ; Do not use both figtype and user-applications. ; If both slideshow (TS 101 499) and SPI (TS 102 818) are carried in PAD, the following ; needs to be set for FIG 0/13 to be transmitted correctly. + ; The same section is also applicable to packet services. user-applications { ; Add uaType 0x2 with X-PAD App Type = 12 and empty user application data userapp "slideshow" ; Add uaType 0x7 with X-PAD App Type = 16 and user application data = "Basic profile" userapp "spi" + + ; Broadcast website, add uaType 0x3 and user application data + ; 0x01 "basic integrated receiver profile" and + ; 0xFF "unrestricted profile" + ; Only for packet-mode, not X-PAD. + userapp "website" } ; Deprecated figtype setting: -- cgit v1.2.3