Attention is currently required from: laforge, osmith, pespin.
Patch set 3:Code-Review -1
1 comment:
File mncc.h:
Patch Set #3, Line 320: struct osmo_gcr_parsed gcr;
This does not match the current state of osmo-msc.git (HEAD @ b03001199a99a67f72846b6eba169eb4064a932c):
```
170 unsigned char lchan_type;
171 unsigned char lchan_mode;
172
173 /* Global Call Reference (encoded as per 3GPP TS 29.205) */
174 uint8_t gcr[16];
175
176 /* A buffer to contain SDP ('\0' terminated) */
177 char sdp[1024];
```
AFAIR, it was Keith's early attempt to implement passing GCR using an unpacked struct, but then we changed the MNCC protocol to carry a buffer encoded as per 3GPP TS 29.205.
To view, visit change 36320. To unsubscribe, or for help writing mail filters, visit settings.