function lclist = etsi_lcdefsSDSL(lclist); %% =========================================================================== % etsi_lcdefsSDSL(lclist) - Sets up the tfplan for ETSI SDLS tfplans % % Parameter: lclist Structure describing line code dependent stuff % Returns: lclist Structure describing line code dependent stuff % % Example(s): % ex.lclist = etsi_lcdefsSDSL(ex.lclist); Add to existing lclist % lc = getList(ex.lclist,'SDSL_sym'); Get SDSL sym. line code stuff % % ex.lclist = etsi_lcdefsSDSL([]); Create a new lclist % lc = getList(ex.lclist,'SDSL-asym'); Get SDSL asym. line code stuff % %% =========================================================================== %% =========================================================================== % Copyright (C): 2000 by Forschungszentrum Telekommunikation Wien, Austria; % All rights reserved. % Project : B1, FTW % Author(s) : Tomas Nordstrom (Tomas.Nordstrom@FTW.at) % : Gernot Schmid (schmid@ftw.at) % %% =========================================================================== % Change History % 2000-02-10 (GS) created %% =========================================================================== % SDSL params tmp_lc=lcDefSDSL_sym; lclist=insertList(lclist,tmp_lc); % SDSL params tmp_lc=lcDefSDSL_asym; lclist=insertList(lclist,tmp_lc);