Patch Set 1: Code-Review-1
(1 comment)
https://gerrit.osmocom.org/#/c/82/1/include/osmocom/trau/osmo_ortp.h File include/osmocom/trau/osmo_ortp.h:
PS1, Line 69: smo_rtp_send_frame(struct osmo_rtp_socket *rs, const uint8_t *payload, : unsigned int payload_len, unsigned int duration, : bool marker); The question is, do we want to break API+ABI deliberately to add this argument, or do we rather add a new osmo_rtp_send_frame2() function that has the new argument? This way we can support both old and new openbsc/osmo-bts from one given (new) libosmo-abis installation.