Attention is currently required from: pespin. msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/28846 )
Change subject: Make esme struct shared ......................................................................
Patch Set 15:
(1 comment)
File src/libmsc/smpp_smsc.c:
https://gerrit.osmocom.org/c/osmo-msc/+/28846/comment/16bcf348_a9655ed0 PS7, Line 895: esme->esme->own_seq_nr = rand();
Move to a different "struct esme" API? esme_init()
ESME stands for External Short Message Entities so it's tied to the SMPP connection. I can move it to esme_init() but I don't see any benefits since the only caller would be this callback anyway.