Skip to content
Success

Changes

Summary

  1. stream: Undeprecate osmo_stream_srv_set_segmentation_cb() (details)
  2. stream: osmo_stream_{cli,srv}_set_segmentation_cb(2): documentation (details)
Commit 14734aaed52cce253c6f40b7da1b860a773b27e2 by Pau Espin Pedrol
stream: Undeprecate osmo_stream_srv_set_segmentation_cb()

It has been decided that it's convenient to use the older
segmentation_cb() callback when user wants to segment traffic which
doesn't require any external pointer (like IPA), since then less glue
code is needed to call the relevant segmentation functions.

Change-Id: Icec7ed9e16eb92a2384c16ff5b3e7011205e767c
The file was modifiedinclude/osmocom/netif/stream.h
The file was modifiedsrc/stream_cli.c
The file was modifiedsrc/stream_srv.c
Commit ada691c362a16fdf533f8bbd34c98f43f235c789 by Pau Espin Pedrol
stream: osmo_stream_{cli,srv}_set_segmentation_cb(2): documentation improvements

* Wrap lines to a shorter width
* Improve osmo_stream_cli_set_segmentation_cb() adding text available in
  osmo_stream_srv_set_segmentation_cb()
* Refer to segmentation_cb in segmentation_cb2 documentation and only
  outline the differences.

Change-Id: I55eb9a7781c22db68446265d2a174ae4f5e9f6ef
The file was modifiedsrc/stream_cli.c
The file was modifiedsrc/stream_srv.c