<p style="white-space: pre-wrap; word-wrap: break-word;">Not a merge blocker, just some of my thoughts about GPRS support in OsmocomBB...</p><p>Patch set 3:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #d4ffd4;">Code-Review +1</span></p><p><a href="https://gerrit.osmocom.org/14183">View Change</a></p><p>2 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/14183/3//COMMIT_MSG">Commit Message:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/14183/3//COMMIT_MSG@9">Patch Set #3, Line 9:</a> <code style="font-family:monospace,monospace">trxcon+fake_trx don't have GPRS (TBF) support yet</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Ah, yep. Actually, trxcon gives you low-level access to the PDCH channels, just like OsmoBTS to OsmoPCU, so you can Rx/Tx both PDTCH and PTCCH blocks. I don't think it's a good idea to overload trxcon (and L1CTL too, but it's already modified) with GPRS specific stuff like TBF filtering - this can be implemented on the higher layers (i.e. here). This approach would (I believe) give the user more flexibility.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/14183/3/bts/BTS_Tests_virtphy.ttcn">File bts/BTS_Tests_virtphy.ttcn:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/14183/3/bts/BTS_Tests_virtphy.ttcn@51">Patch Set #3, Line 51:</a> <code style="font-family:monospace,monospace">tr_L1CTL_DATA_IND</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Regarding the use of L1CTL_DATA_* messages: their length is limited to 23:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  struct l1ctl_data_ind {<br>    uint8_t data[23];<br>  };</pre><p style="white-space: pre-wrap; word-wrap: break-word;">Maybe we should rather use L1CTL_TRAFFIC_* for that?</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/14183">change 14183</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/14183"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I677f660b1076148b3317b08b06eb3d6551d9b577 </div>
<div style="display:none"> Gerrit-Change-Number: 14183 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Sun, 26 May 2019 18:31:05 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: Yes </div>