FreeCalypso > hg > themwi-system-sw
comparison doc/RTP-TRAUlike-format @ 208:f0b90591f67c
doc/RTP-TRAUlike-format: osmo_{fr,efr}_sid_classify() merged
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 16 Apr 2023 17:54:42 -0800 |
parents | 185225722714 |
children |
comparison
equal
deleted
inserted
replaced
207:185225722714 | 208:f0b90591f67c |
---|---|
383 outgoing G.711 sample octet, the same No_Data PRNG handler will typically | 383 outgoing G.711 sample octet, the same No_Data PRNG handler will typically |
384 be run just once for both internal decoding and TFO frame output. | 384 be run just once for both internal decoding and TFO frame output. |
385 | 385 |
386 * Algorithmically set C13 & C14 bits in the generated TRAU-UL frame per the | 386 * Algorithmically set C13 & C14 bits in the generated TRAU-UL frame per the |
387 rules of S611. This step can be done using osmo_{fr,efr}_sid_classify() | 387 rules of S611. This step can be done using osmo_{fr,efr}_sid_classify() |
388 functions proposed in this Gerrit patch submission: | 388 functions in libosmocodec, or using equivalent functions in Themyscira |
389 | 389 libgsmefr and libgsmfrp. |
390 https://gerrit.osmocom.org/c/libosmocore/+/32183 | |
391 | |
392 or using equivalent functions in Themyscira libgsmefr and libgsmfrp. | |
393 | 390 |
394 * Directly forward BFI, TAF and DTXd frame indicator bits from TEH octet bits | 391 * Directly forward BFI, TAF and DTXd frame indicator bits from TEH octet bits |
395 to TRAU-UL C12, C15 and C17, respectively. | 392 to TRAU-UL C12, C15 and C17, respectively. |
396 | 393 |
397 Mixing standard RFC 3551 and TRAUlike RTP payloads | 394 Mixing standard RFC 3551 and TRAUlike RTP payloads |