Attention is currently required from: msuraev.
6 comments:
File src/libmsc/smpp_smsc.c:
Patch Set #7, Line 163: struct esme *esme = acl->esme->esme;
Not sure what doyouwin with this change here. In fact, it looks more confusing.
Patch Set #7, Line 242: osmo_wqueue_clear(&esme->esme->wqueue);
Sound like you want to move this block to some API to free the "struct esme" and put it by the side of the struct definition.
Patch Set #7, Line 330: static int pack_and_send(struct esme *esme, uint32_t type, void *ptr)
IIUC this calls can go now to some other file containing "struct esme" APIs.
Patch Set #7, Line 384: static int smpp_handle_gen_nack(struct osmo_esme *esme, struct msgb *msg)
this can be probably changed to "struct esme"
Patch Set #7, Line 864: osmo_fd_unregister(&esme->esme->wqueue.bfd);
THis can be moved to a "struct esme" API in a different file?
Patch Set #7, Line 895: esme->esme->own_seq_nr = rand();
Move to a different "struct esme" API? esme_init()
To view, visit change 28846. To unsubscribe, or for help writing mail filters, visit settings.