Attention is currently required from: jolly.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/33602 )
Change subject: ASCI: Make function to add OSMUX IE public ......................................................................
Patch Set 3:
(1 comment)
File include/osmocom/bsc/assignment_fsm.h:
https://gerrit.osmocom.org/c/osmo-bsc/+/33602/comment/968e8953_2718fa56 PS3, Line 43: gsm0808_extend_osmux we don't usually have non-static (exported) symbol names that might clash with the prefixes used by libosmo*. This is certainly the case with osmo_ prefix, but I think it equally applies to other prefixes that are commonly used by our libraries.
The rationale is that we might later have a library function by that name, and it would create symbol clashes if that ever happened.