diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2018-03-31 16:34:49 +0200 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2018-04-09 17:57:15 +0200 |
commit | a64c45a03e3b318b5fdc93c960670d89a5745271 (patch) | |
tree | 2b89c218d75ccfa85c5faed719f1373f7bff9223 /Doxyfile.coding.in | |
parent | 6e8c0884729eedbf4fc66414b67300d505ac17bb (diff) |
add osmo_fsm_inst_update_id_f()
In the osmo-msc, I would like to set the subscr conn FSM identifier by a string
format, to include the type of Complete Layer 3 that is taking place. I could
each time talloc a string and free it again. This API is more convenient.
From osmo_fsm_inst_update_id(), call osmo_fsm_inst_update_id_f() with "%s" (or
pass NULL).
Put the name updating into separate static update_name() function to clarify.
Adjust the error message for erratic ID: don't say "allocate", it might be from
an update. Adjust test expectation.
Change-Id: I76743a7642f2449fd33350691ac8ebbf4400371d
Diffstat (limited to 'Doxyfile.coding.in')
0 files changed, 0 insertions, 0 deletions